views_plugin_pager_full.inc |
core/modules/views/plugins/views_plugin_pager_full.inc |
Definition of views_plugin_pager_full. |
views_plugin_pager_mini.inc |
core/modules/views/plugins/views_plugin_pager_mini.inc |
Definition of views_plugin_pager_mini. |
views_plugin_pager_none.inc |
core/modules/views/plugins/views_plugin_pager_none.inc |
Definition of views_plugin_pager_none. |
views_plugin_pager_some.inc |
core/modules/views/plugins/views_plugin_pager_some.inc |
Definition of views_plugin_pager_some. |
views_plugin_query.inc |
core/modules/views/plugins/views_plugin_query.inc |
Defines the base query class, which is the underlying layer in a View. |
views_plugin_query_default.inc |
core/modules/views/plugins/views_plugin_query_default.inc |
Defines the default query object. |
views_plugin_row.inc |
core/modules/views/plugins/views_plugin_row.inc |
Contains the base row style plugin. |
views_plugin_row_comment_rss.inc |
core/modules/comment/views/views_plugin_row_comment_rss.inc |
Contains the comment RSS row style plugin. |
views_plugin_row_comment_view.inc |
core/modules/comment/views/views_plugin_row_comment_view.inc |
Contains the node RSS row style plugin. |
views_plugin_row_fields.inc |
core/modules/views/plugins/views_plugin_row_fields.inc |
Contains the base row style plugin. |
views_plugin_row_node_rss.inc |
core/modules/node/views/views_plugin_row_node_rss.inc |
Contains the node RSS row style plugin. |
views_plugin_row_node_view.inc |
core/modules/node/views/views_plugin_row_node_view.inc |
Contains the node view row style plugin. |
views_plugin_row_rss_fields.inc |
core/modules/views/plugins/views_plugin_row_rss_fields.inc |
Contains an implementation of RSS items based on fields on a row plugin. |
views_plugin_row_search_view.inc |
core/modules/search/views/views_plugin_row_search_view.inc |
Definition of views_plugin_row_search_view. |
views_plugin_row_user_view.inc |
core/modules/user/views/views_plugin_row_user_view.inc |
Contains the user view row plugin. |
views_plugin_style.inc |
core/modules/views/plugins/views_plugin_style.inc |
Definition of views_plugin_style. |
views_plugin_style.test |
core/modules/views/tests/styles/views_plugin_style.test |
Definition of ViewsPluginStyleTestCase. |
views_plugin_style_base.test |
core/modules/views/tests/styles/views_plugin_style_base.test |
Definition of ViewsPluginStyleTestBase. |
views_plugin_style_default.inc |
core/modules/views/plugins/views_plugin_style_default.inc |
Contains the default style plugin. |
views_plugin_style_grid.inc |
core/modules/views/plugins/views_plugin_style_grid.inc |
Contains the grid style plugin. |
views_plugin_style_jump_menu.inc |
core/modules/views/plugins/views_plugin_style_jump_menu.inc |
Contains the table style plugin. |
views_plugin_style_jump_menu.test |
core/modules/views/tests/styles/views_plugin_style_jump_menu.test |
Definition of viewsPluginStyleJumpMenuTest. |
views_plugin_style_list.inc |
core/modules/views/plugins/views_plugin_style_list.inc |
Contains the list style plugin. |
views_plugin_style_mapping.inc |
core/modules/views/plugins/views_plugin_style_mapping.inc |
Definition of views_plugin_style_mapping. |
views_plugin_style_mapping.test |
core/modules/views/tests/styles/views_plugin_style_mapping.test |
Definition of ViewsPluginStyleMappingTest. |
views_plugin_style_rss.inc |
core/modules/views/plugins/views_plugin_style_rss.inc |
Contains the RSS style plugin. |
views_plugin_style_summary.inc |
core/modules/views/plugins/views_plugin_style_summary.inc |
Contains the default summary style plugin, which displays items in an HTML list. |
views_plugin_style_summary_jump_menu.inc |
core/modules/views/plugins/views_plugin_style_summary_jump_menu.inc |
Contains the default summary style plugin, which displays items in an HTML list. |
views_plugin_style_summary_unformatted.inc |
core/modules/views/plugins/views_plugin_style_summary_unformatted.inc |
Contains the unformatted summary style plugin. |
views_plugin_style_table.inc |
core/modules/views/plugins/views_plugin_style_table.inc |
Contains the table style plugin. |
views_plugin_style_unformatted.test |
core/modules/views/tests/styles/views_plugin_style_unformatted.test |
Definition of ViewsPluginStyleUnformattedTestCase. |
views_query.test |
core/modules/views/tests/views_query.test |
Tests for Views query features. |
views_test.info |
core/modules/views/tests/views_test/views_test.info |
name = Views Test
description = Test module for Views.
package = Views
version = BACKDROP_VERSION
type = module
backdrop = 1.x
dependencies[] = views
hidden = TRUE |
views_test.install |
core/modules/views/tests/views_test/views_test.install |
Install, update, and uninstall functions for the Views Test module. |
views_test.module |
core/modules/views/tests/views_test/views_test.module |
Helper module for Views tests. |
views_test_entity.entity.inc |
core/modules/views/tests/views_test_entity/views_test_entity.entity.inc |
Test entity classes. |
views_test_entity.info |
core/modules/views/tests/views_test_entity/views_test_entity.info |
name = Views Test Entity
description = Test module for Views Bulk Form.
package = Views
version = BACKDROP_VERSION
type = module
backdrop = 1.x
dependencies[] = views
hidden = TRUE |
views_test_entity.module |
core/modules/views/tests/views_test_entity/views_test_entity.module |
Helper module for Views Bulk Form tests. |
views_test_plugin_access_test_dynamic.inc |
core/modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_dynamic.inc |
Definition of views_test_plugin_access_test_dynamic. |
views_test_plugin_access_test_static.inc |
core/modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_static.inc |
Definition of views_test_plugin_access_test_static. |
views_test_plugin_style_test_mapping.inc |
core/modules/views/tests/views_test/test_plugins/views_test_plugin_style_test_mapping.inc |
Definition of views_test_plugin_style_test_mapping. |
views_translatable.test |
core/modules/views/tests/views_translatable.test |
Definition of ViewsTranslatableTest. |
views_ui.admin.css |
core/modules/views_ui/css/views_ui.admin.css |
/**
* The .admin.css file is intended to only contain positioning and size
* declarations. For example: display, position, float, clear, and overflow.
*/
/* @group Resets */
.views-admin ul,
.views-admin menu,
.views-admin dir {
padding-left:… |
views_ui.admin.inc |
core/modules/views_ui/views_ui.admin.inc |
Admin page callbacks for the Views UI module. |
views_ui.admin.theme.css |
core/modules/views_ui/css/views_ui.admin.theme.css |
/**
* The .admin.theme.css file is intended to contain presentation declarations
* including images, borders, colors, and fonts.
*/
/* @group Reset */
.views-admin .links {
list-style: none outside none;
margin: 0;
}
/* @end */
/* @group… |
views_ui.analyze.inc |
core/modules/views_ui/views_ui.analyze.inc |
Contains the view analyze tool code. |
views_ui.info |
core/modules/views_ui/views_ui.info |
type = module
name = Views UI
description = Administrative interface to views. Without this module, you cannot create or configure views.
package = Views
tags[] = Administration
tags[] = User Interface
version = BACKDROP_VERSION
backdrop =… |
views_ui.install |
core/modules/views_ui/views_ui.install |
|
views_ui.module |
core/modules/views_ui/views_ui.module |
Provide structure for the administrative interface to Views. |
views_ui.test |
core/modules/views/tests/views_ui.test |
Tests Views UI Wizard. |