views_plugin_style_jump_menu.test |
core/modules/views/tests/styles/views_plugin_style_jump_menu.test |
Definition of viewsPluginStyleJumpMenuTest. |
views_plugin_style_mapping.test |
core/modules/views/tests/styles/views_plugin_style_mapping.test |
Definition of ViewsPluginStyleMappingTest. |
views_plugin_style_unformatted.test |
core/modules/views/tests/styles/views_plugin_style_unformatted.test |
Definition of ViewsPluginStyleUnformattedTestCase. |
views.tests.info |
core/modules/views/tests/views.tests.info |
[ViewsAccessTest]
name = Access
description = Tests pluggable access for views.
group = Views Plugins
file = views_access.test
[ViewsAjaxTest]
name = Ajax
description = Test views with and without ajax enabled.
group = Views Handlers
file =… |
views_access.test |
core/modules/views/tests/views_access.test |
Definition of ViewsAccessTest. |
views_ajax.test |
core/modules/views/tests/views_ajax.test |
Definition of ViewsAjaxTest. |
views_analyze.test |
core/modules/views/tests/views_analyze.test |
Definition of ViewsAnalyzeTest. |
views_argument_default.test |
core/modules/views/tests/views_argument_default.test |
Definition of ViewsArgumentDefaultTest. |
views_argument_validator.test |
core/modules/views/tests/views_argument_validator.test |
Definition of ViewsArgumentValidatorTest. |
views_basic.test |
core/modules/views/tests/views_basic.test |
Definition of ViewsBasicTest. |
views_cache.test |
core/modules/views/tests/views_cache.test |
Definition of ViewsCacheTest. |
views_cache.test.css |
core/modules/views/tests/views_cache.test.css |
Just a placeholder file for the test. |
views_exposed_form.test |
core/modules/views/tests/views_exposed_form.test |
Definition of ViewsExposedFormTest. |
views_glossary.test |
core/modules/views/tests/views_glossary.test |
Definition of ViewsGlossaryTestCase. |
views_groupby.test |
core/modules/views/tests/views_groupby.test |
Tests aggregate functionality of Views. |
views_handlers.test |
core/modules/views/tests/views_handlers.test |
Definition of ViewsHandlersTest. |
views_layout.test |
core/modules/views/tests/views_layout.test |
Tests for Views and Layout context. |
views_module.test |
core/modules/views/tests/views_module.test |
Definition of ViewsModuleTest. |
views_pager.test |
core/modules/views/tests/views_pager.test |
Definition of ViewsPagerTest. |
views_plugin_localization_test.inc |
core/modules/views/tests/views_plugin_localization_test.inc |
Definition of views_plugin_localization_test. |
views_query.test |
core/modules/views/tests/views_query.test |
Tests for Views query features. |
views-view--promoted.tpl.php |
core/modules/views/tests/views_test/templates/views-view--promoted.tpl.php |
Main view template. |
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_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_translatable.test |
core/modules/views/tests/views_translatable.test |
Definition of ViewsTranslatableTest. |
views_ui.test |
core/modules/views/tests/views_ui.test |
Tests Views UI Wizard. |
views_upgrade.test |
core/modules/views/tests/views_upgrade.test |
Definition of ViewsUpgradeTestCase. |
views_view.test |
core/modules/views/tests/views_view.test |
Definition of ViewsViewTest. |
views.api.php |
core/modules/views/views.api.php |
Describe hooks provided by the Views module. |
views.info |
core/modules/views/views.info |
type = module
name = Views
description = Create customized lists and queries from your database.
package = Views
tags[] = Site Architecture
version = BACKDROP_VERSION
backdrop = 1.x
stylesheets[all][] = css/views.css
required = TRUE |
views.install |
core/modules/views/views.install |
Contains install and update functions for Views. |
views.module |
core/modules/views/views.module |
Primarily Backdrop hooks and global API functions to manipulate views. |
views.tokens.inc |
core/modules/views/views.tokens.inc |
Token integration for the views module. |
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.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-display-tab-bucket.tpl.php |
core/modules/views_ui/templates/views-ui-display-tab-bucket.tpl.php |
Template for each "box" on the display query configuration screen. |
views-ui-display-tab-setting.tpl.php |
core/modules/views_ui/templates/views-ui-display-tab-setting.tpl.php |
Template for each row inside the "boxes" on the configuration screen. |
views-ui-edit-item.tpl.php |
core/modules/views_ui/templates/views-ui-edit-item.tpl.php |
This template handles the printing of fields/filters/sort criteria/arguments or relationships. |
views-ui-edit-view.tpl.php |
core/modules/views_ui/templates/views-ui-edit-view.tpl.php |
Template for the primary view configuration window. |
views_ui.admin.inc |
core/modules/views_ui/views_ui.admin.inc |
Admin page callbacks for the Views UI module. |
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 |
|