Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
ViewsUiThemeHooks::preprocessViewPreviewSection function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Prepares variables for views UI view preview section templates.
ViewsUiThemeHooks::preprocessViewsListingTable function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Prepares variables for Views UI view listing templates.
ViewsUiThemeHooks::preprocessViewsView function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Implements hook_preprocess_HOOK() for views templates.
ViewsUiThemeHooks::theme function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Implements hook_theme().
ViewsUiThemeHooks::themeSuggestionsViewsUiViewPreviewSection function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Implements hook_theme_suggestions_HOOK().
ViewsUiThemeHooks::viewPreviewSectionDisplayCategoryLinks function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Returns a link to editing a certain display setting.
ViewsUiThemeHooks::viewPreviewSectionHandlerLinks function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Returns contextual links for each handler of a certain section.
ViewsUiThemeHooks::viewPreviewSectionRowsLinks function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Returns all contextual links for the main content part of the view.
ViewsUiThemeHooks::__construct function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php
ViewsViewFieldStatusTest class core/themes/default_admin/tests/src/Kernel/ViewsViewFieldStatusTest.php Tests the publication status marker of views status fields.
ViewsViewFieldStatusTest.php file core/themes/default_admin/tests/src/Kernel/ViewsViewFieldStatusTest.php
ViewsViewFieldStatusTest::$modules property core/themes/default_admin/tests/src/Kernel/ViewsViewFieldStatusTest.php Modules to install.
ViewsViewFieldStatusTest::$vocabulary property core/themes/default_admin/tests/src/Kernel/ViewsViewFieldStatusTest.php The vocabulary of the test terms.
ViewsViewFieldStatusTest::createStatusView function core/themes/default_admin/tests/src/Kernel/ViewsViewFieldStatusTest.php Creates a view of an entity type with a single field with the ID 'status'.
ViewsViewFieldStatusTest::renderStatusField function core/themes/default_admin/tests/src/Kernel/ViewsViewFieldStatusTest.php Renders the status field of a single row through the theme system.
ViewsViewFieldStatusTest::renderStatusFieldByMarker function core/themes/default_admin/tests/src/Kernel/ViewsViewFieldStatusTest.php Renders the status field of every row of a view, keyed by marker class.
ViewsViewFieldStatusTest::setUp function core/themes/default_admin/tests/src/Kernel/ViewsViewFieldStatusTest.php
ViewsViewFieldStatusTest::testExistingPublishedVariableIsOverwritten function core/themes/default_admin/tests/src/Kernel/ViewsViewFieldStatusTest.php Tests that the preprocess implementation owns the is_published variable.
ViewsViewFieldStatusTest::testFieldWithoutEntity function core/themes/default_admin/tests/src/Kernel/ViewsViewFieldStatusTest.php Tests that a field of a handler without an entity has no marker.
ViewsViewFieldStatusTest::testNodePublicationState function core/themes/default_admin/tests/src/Kernel/ViewsViewFieldStatusTest.php Tests the marker of published and unpublished nodes.
ViewsViewFieldStatusTest::testNodeTranslationPublicationState function core/themes/default_admin/tests/src/Kernel/ViewsViewFieldStatusTest.php Tests that the marker of a node row follows the row translation.
ViewsViewFieldStatusTest::testRelationshipEntityPublicationState function core/themes/default_admin/tests/src/Kernel/ViewsViewFieldStatusTest.php Tests that the entity is resolved from the configured relationship.
ViewsViewFieldStatusTest::testTermPublicationState function core/themes/default_admin/tests/src/Kernel/ViewsViewFieldStatusTest.php Tests the marker of a publishable entity type other than the node type.
ViewsViewFieldStatusTest::testTermTranslationPublicationState function core/themes/default_admin/tests/src/Kernel/ViewsViewFieldStatusTest.php Tests that the marker of a term row follows the row translation.
ViewsViewsExecutionHooks class core/modules/views/src/Hook/ViewsViewsExecutionHooks.php Hook implementations for views.
ViewsViewsExecutionHooks.php file core/modules/views/src/Hook/ViewsViewsExecutionHooks.php
ViewsViewsExecutionHooks::viewsFormSubstitutions function core/modules/views/src/Hook/ViewsViewsExecutionHooks.php Implements hook_views_form_substitutions().
ViewsViewsExecutionHooks::viewsQuerySubstitutions function core/modules/views/src/Hook/ViewsViewsExecutionHooks.php Implements hook_views_query_substitutions().
ViewsViewsHooks class core/modules/views/src/Hook/ViewsViewsHooks.php Hook implementations for views.
ViewsViewsHooks.php file core/modules/views/src/Hook/ViewsViewsHooks.php
ViewsViewsHooks::fieldViewsData function core/modules/views/src/Hook/ViewsViewsHooks.php Implements hook_field_views_data().
ViewsViewsHooks::viewsData function core/modules/views/src/Hook/ViewsViewsHooks.php Implements hook_views_data().
ViewsWizard class core/modules/views/src/Attribute/ViewsWizard.php Defines a Plugin attribute object for views wizard plugins.
ViewsWizard class core/modules/views/src/Annotation/ViewsWizard.php Defines a Plugin annotation object for views wizard plugins.
ViewsWizard.php file core/modules/views/src/Annotation/ViewsWizard.php
ViewsWizard.php file core/modules/views/src/Attribute/ViewsWizard.php
ViewsWizard::$base_table property core/modules/views/src/Annotation/ViewsWizard.php The base tables on which this wizard is used.
ViewsWizard::$id property core/modules/views/src/Annotation/ViewsWizard.php The plugin ID.
ViewsWizard::$short_title property core/modules/views/src/Annotation/ViewsWizard.php An optional short title used in the views UI.
ViewsWizard::$title property core/modules/views/src/Annotation/ViewsWizard.php The plugin title used in the views UI.
ViewsWizard::__construct function core/modules/views/src/Attribute/ViewsWizard.php Constructs an ViewsWizard attribute.
ViewsWizardTest class core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php Tests views creation wizard.
ViewsWizardTest.php file core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php
ViewsWizardTest::$defaultTheme property core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php The theme to install as the default for testing.
ViewsWizardTest::$modules property core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php Modules to install.
ViewsWizardTest::setUp function core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php
ViewsWizardTest::testCreateViewWizard function core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php Tests creating a View using the wizard.
views_add_contextual_links function core/modules/views/views.module Adds contextual links associated with a view display to a renderable array.
views_cache.test.css file core/modules/views/tests/modules/views_test_data/views_cache.test.css Just a placeholder file for the test.
views_config_entity_test.info.yml file core/modules/views/tests/modules/views_config_entity_test/views_config_entity_test.info.yml core/modules/views/tests/modules/views_config_entity_test/views_config_entity_test.info.yml

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.