File namesort descending Location Description
user_password_reset.test core/modules/user/tests/user_password_reset.test Tests for resetting the password.
user_permission_layout_access.inc core/modules/layout/plugins/access/user_permission_layout_access.inc Plugin to provide access control based on user permission strings.
user_role_layout_access.inc core/modules/layout/plugins/access/user_role_layout_access.inc Plugin to provide access control based upon role membership.
user_session_test.info core/modules/user/tests/user_session_test/user_session_test.info name = "User module session tests" description = "Support module for user session testing." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
user_session_test.module core/modules/user/tests/user_session_test/user_session_test.module Dummy module implementing a page callback to create an anonymous session.
user_views.test core/modules/user/tests/user_views.test Definition of UserViewsTestCase.
user_views_argument_default.test core/modules/user/tests/user_views_argument_default.test Definition of UserViewsArgumentDefault.
user_views_argument_validate.test core/modules/user/tests/user_views_argument_validate.test Definition of UserViewsArgumentValidate.
user_views_handler_field_name.test core/modules/user/tests/user_views_handler_field_name.test Definition of UserViewsHandlerFieldNameTest.
utility.inc core/modules/views/includes/utility.inc Utility functions for assembling Views queries.
utility.inc core/includes/utility.inc Miscellaneous functions.
uuid.inc core/includes/uuid.inc Handling of universally unique identifiers.
vertical-tabs.css core/themes/basis/css/component/vertical-tabs.css Vertical tabs styling.
vertical-tabs.css core/themes/seven/css/vertical-tabs.css /** * Override of misc/vertical-tabs.css. */ .vertical-tabs { position: relative; margin: 1em 0; border: 1px solid #ccc; background: #fff; } @media (min-width: 750px) { .vertical-tabs { padding: 0 0 0 15em; /* LTR */ } …
vertical-tabs.css core/misc/vertical-tabs.css .vertical-tabs { margin: 1em 0; border: 1px solid #ccc; } @media (min-width: 750px) { .vertical-tabs { padding: 0 0 0 15em; /* LTR */ } [dir="rtl"] .vertical-tabs { padding-left: 0; padding-right: 15em; …
vertical_tabs_example.info modules/examples/vertical_tabs_example/vertical_tabs_example.info name = Vertical Tabs Example description = Shows how to use vertical tabs to enhance the user experience. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
vertical_tabs_example.module modules/examples/vertical_tabs_example/vertical_tabs_example.module Hook implementations for the Vertical Tabs Example module.
vertical_tabs_example.test modules/examples/vertical_tabs_example/tests/vertical_tabs_example.test Test file for vertical_tabs_example module.
vertical_tabs_example.tests.info modules/examples/vertical_tabs_example/tests/vertical_tabs_example.tests.info [VerticalTabsExampleTestCase] name = Vertical tabs example functionality description = Tests vertical tabs functionality. group = Example modules file = vertical_tabs_example.test
view.inc core/modules/views/includes/view.inc Provides the view object type and associated methods.
views-admin.seven.css core/themes/seven/css/views-admin.seven.css /** * The .seven.css file is intended to contain styles that override declarations * in the Seven admin theme. */ /* @group Content */ .views-ui-display-tab-bucket h1, .views-ui-display-tab-bucket h2, .views-ui-display-tab-bucket…
views-exposed-form.tpl.php core/modules/views/templates/views-exposed-form.tpl.php This template handles the layout of the views exposed filter form.
views-more.tpl.php core/modules/views/templates/views-more.tpl.php Theme the more link.
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-view--promoted.tpl.php core/modules/views/tests/views_test/templates/views-view--promoted.tpl.php Main view template.
views-view-field.tpl.php core/modules/views/templates/views-view-field.tpl.php This template is used to print a single field in a view.
views-view-fields.tpl.php core/modules/views/templates/views-view-fields.tpl.php Default simple view template to all the fields as a row.
views-view-grid.tpl.php core/modules/views/templates/views-view-grid.tpl.php Default view template to display a rows in a grid.
views-view-grouping.tpl.php core/modules/views/templates/views-view-grouping.tpl.php This template is used to print a single grouping in a view.
views-view-list.tpl.php core/modules/views/templates/views-view-list.tpl.php Default simple view template to display a list of rows.
views-view-row-comment.tpl.php core/modules/views/templates/views-view-row-comment.tpl.php Default simple view template to display a single comment.
views-view-row-rss.tpl.php core/modules/views/templates/views-view-row-rss.tpl.php Default view template to display a item in an RSS feed.
views-view-rss.tpl.php core/modules/views/templates/views-view-rss.tpl.php Default template for feed displays that use the RSS style.
views-view-summary-unformatted.tpl.php core/modules/views/templates/views-view-summary-unformatted.tpl.php Default simple view template to display a group of summary lines.
views-view-summary.tpl.php core/modules/views/templates/views-view-summary.tpl.php Default simple view template to display a list of summary lines.
views-view-table.tpl.php core/modules/views/templates/views-view-table.tpl.php Template to display a view as a table.
views-view-unformatted.tpl.php core/modules/views/templates/views-view-unformatted.tpl.php Default simple view template to display a list of rows.
views-view.tpl.php core/modules/views/templates/views-view.tpl.php Main view template.
views.api.php core/modules/views/views.api.php Describe hooks provided by the Views module.
views.block.inc core/modules/views/includes/views.block.inc
views.css core/modules/views/css/views.css .views-exposed-form .views-exposed-widget, .views-bulk-form .form-item, .views-bulk-form .form-actions { display: inline-block; padding: .5em 1em 0 0; /* LTR */ } [dir="rtl"] .views-exposed-form…
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.special_block.inc core/modules/views/includes/views.special_block.inc
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.theme.inc core/modules/views/templates/views.theme.inc Preprocessors and helper functions to make theme development easier.

Pages