Files

Primary tabs

File namesort ascending Location Namespace Description
views.view.test_access_static.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_access_static.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_access_static.yml
views.view.test_access_role.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_access_role.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_access_role.yml
views.view.test_access_perm.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_access_perm.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_access_perm.yml
views.view.test_access_none.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_access_none.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_access_none.yml
views.view.test_access_dynamic.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_access_dynamic.yml drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_access_dynamic.yml
views.view.taxonomy_term.yml drupal/core/modules/views/config/views.view.taxonomy_term.yml drupal/core/modules/views/config/views.view.taxonomy_term.yml
views.view.glossary.yml drupal/core/modules/views/config/views.view.glossary.yml drupal/core/modules/views/config/views.view.glossary.yml
views.view.frontpage.yml drupal/core/modules/views/config/views.view.frontpage.yml drupal/core/modules/views/config/views.view.frontpage.yml
views.view.comments_recent.yml drupal/core/modules/views/config/views.view.comments_recent.yml drupal/core/modules/views/config/views.view.comments_recent.yml
views.view.backlinks.yml drupal/core/modules/views/config/views.view.backlinks.yml drupal/core/modules/views/config/views.view.backlinks.yml
views.view.archive.yml drupal/core/modules/views/config/views.view.archive.yml drupal/core/modules/views/config/views.view.archive.yml
views.tokens.inc drupal/core/modules/views/views.tokens.inc Token integration for the views module.
views.settings.yml drupal/core/modules/views/config/views.settings.yml drupal/core/modules/views/config/views.settings.yml
views.module drupal/core/modules/views/views.module Primarily Drupal hooks and global API functions to manipulate views.
views.install drupal/core/modules/views/views.install Contains install and update functions for Views.
views.info drupal/core/modules/views/views.info name = Views description = Create customized lists and queries from your database. package = Core version = VERSION core = 8.x
views.base.css drupal/core/modules/views/css/views.base.css .views-exposed-form .views-exposed-widget { display: inline-block; } .views-exposed-form .form-item, .views-exposed-form .form-submit { margin-top: 0; margin-bottom: 0; } /* table style column align */ .views-align-left { text-align:…
views.api.php drupal/core/modules/views/views.api.php Describes hooks and plugins provided by the Views module.
views-view.tpl.php drupal/core/modules/views/theme/views-view.tpl.php Main view template.
views-view-unformatted.tpl.php drupal/core/modules/views/theme/views-view-unformatted.tpl.php Default simple view template to display a list of rows.
views-view-table.tpl.php drupal/core/modules/views/theme/views-view-table.tpl.php Template to display a view as a table.
views-view-summary.tpl.php drupal/core/modules/views/theme/views-view-summary.tpl.php Default simple view template to display a list of summary lines.
views-view-summary-unformatted.tpl.php drupal/core/modules/views/theme/views-view-summary-unformatted.tpl.php Default simple view template to display a group of summary lines.
views-view-rss.tpl.php drupal/core/modules/views/theme/views-view-rss.tpl.php Default template for feed displays that use the RSS style.
views-view-row-rss.tpl.php drupal/core/modules/views/theme/views-view-row-rss.tpl.php Default view template to display a item in an RSS feed.
views-view-row-comment.tpl.php drupal/core/modules/views/theme/views-view-row-comment.tpl.php Default simple view template to display a single comment.
views-view-list.tpl.php drupal/core/modules/views/theme/views-view-list.tpl.php Default simple view template to display a list of rows.
views-view-grouping.tpl.php drupal/core/modules/views/theme/views-view-grouping.tpl.php This template is used to print a single grouping in a view.
views-view-grid.tpl.php drupal/core/modules/views/theme/views-view-grid.tpl.php Default simple view template to display a rows in a grid.
views-view-fields.tpl.php drupal/core/modules/views/theme/views-view-fields.tpl.php Default simple view template to all the fields as a row.
views-view-field.tpl.php drupal/core/modules/views/theme/views-view-field.tpl.php This template is used to print a single field in a view.
views-view--frontpage.tpl.php drupal/core/modules/views/tests/views_test_data/templates/views-view--frontpage.tpl.php Main view template.
views-ui-edit-view.tpl.php drupal/core/modules/views/views_ui/theme/views-ui-edit-view.tpl.php Template for the primary view editing window.
views-ui-edit-item.tpl.php drupal/core/modules/views/views_ui/theme/views-ui-edit-item.tpl.php This template handles the printing of fields/filters/sort criteria/arguments or relationships.
views-ui-display-tab-setting.tpl.php drupal/core/modules/views/views_ui/theme/views-ui-display-tab-setting.tpl.php Template for each row inside the "boxes" on the display query edit screen.
views-ui-display-tab-bucket.tpl.php drupal/core/modules/views/views_ui/theme/views-ui-display-tab-bucket.tpl.php Template for each "box" on the display query edit screen.
views-more.tpl.php drupal/core/modules/views/theme/views-more.tpl.php Theme the more link.
views-exposed-form.tpl.php drupal/core/modules/views/theme/views-exposed-form.tpl.php This template handles the layout of the views exposed filter form.
views-admin.theme.css drupal/core/modules/views/views_ui/css/views-admin.theme.css /** * The .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; } .views-admin a:hover { …
views-admin.theme-rtl.css drupal/core/modules/views/views_ui/css/views-admin.theme-rtl.css /** * The .theme.css file is intended to contain presentation declarations including * images, borders, colors, and fonts. */ /* @end */ /* @group Icons */ .actions a, .views-admin .icon, .views-admin .icon-text { background-position: right…
views-admin.css drupal/core/modules/views/views_ui/css/views-admin.css /** * The .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: 0; /*…
views-admin.contextual.css drupal/core/modules/views/views_ui/css/views-admin.contextual.css /** * The .contextual.css file is intended to contain styles that override declarations * in the Contextual module. */ /* @group Wrapper */ #views-live-preview .contextual-region-active { outline: medium none; } #views-live-preview…
views-admin-rtl.css drupal/core/modules/views/views_ui/css/views-admin-rtl.css /** * The .css file is intended to only contain positioning and size declarations * For example: display, position, float, clear, and overflow. */ /* @group Inline lists */ .horizontal > * { float: right; } .horizontal.right { float:…
ViewPreviewFormController.php drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php Drupal\views_ui Contains Drupal\views_ui\ViewPreviewFormController.
ViewListController.php drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewListController.php Drupal\views_ui Definition of Drupal\views_ui\ViewListController.
ViewFormControllerBase.php drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewFormControllerBase.php Drupal\views_ui Contains Drupal\views_ui\ViewFormControllerBase.
ViewExecutableTest.php drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php Drupal\views\Tests Definition of Drupal\views\Tests\ViewExecutableTest.
ViewExecutable.php drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php Drupal\views Definition of Drupal\views\ViewExecutable.
ViewElementTest.php drupal/core/modules/views/lib/Drupal/views/Tests/ViewElementTest.php Drupal\views\Tests Definition of Drupal\views\Tests\ViewElementTest.
ViewEditFormController.php drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewEditFormController.php Drupal\views_ui Contains Drupal\views_ui\ViewEditFormController.

Pages

Other projects