Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ViewsSelection::countReferenceableEntities function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Counts entities that are referenceable.
ViewsSelection::create function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Creates an instance of the plugin.
ViewsSelection::defaultConfiguration function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Gets default configuration for this plugin.
ViewsSelection::getDisplayExecutionResults function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Fetches the results of executing the display.
ViewsSelection::getReferenceableEntities function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Gets the list of referenceable entities.
ViewsSelection::initializeView function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Initializes a view.
ViewsSelection::settingsFormValidate function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Element validate; Check View is valid.
ViewsSelection::stripAdminAndAnchorTagsFromResults function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Strips all admin and anchor tags from a result list.
ViewsSelection::validateReferenceableEntities function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Validates which existing entities can be referenced.
ViewsSelection::__construct function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Constructs a new ViewsSelection object.
ViewsSort class core/modules/views/src/Annotation/ViewsSort.php Defines a Plugin annotation object for views sort handlers.
ViewsSort.php file core/modules/views/src/Annotation/ViewsSort.php
ViewsSqlExceptionTest class core/modules/views/tests/src/Kernel/Plugin/ViewsSqlExceptionTest.php Tests the views exception handling.
ViewsSqlExceptionTest.php file core/modules/views/tests/src/Kernel/Plugin/ViewsSqlExceptionTest.php
ViewsSqlExceptionTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/ViewsSqlExceptionTest.php Views to be enabled.
ViewsSqlExceptionTest::testSqlException function core/modules/views/tests/src/Kernel/Plugin/ViewsSqlExceptionTest.php Tests for the SQL exception.
ViewsSqlExceptionTest::viewsData function core/modules/views/tests/src/Kernel/Plugin/ViewsSqlExceptionTest.php Returns the views data definition.
ViewsStyle class core/modules/views/src/Annotation/ViewsStyle.php Defines a Plugin annotation object for views style plugins.
ViewsStyle.php file core/modules/views/src/Annotation/ViewsStyle.php
ViewsStyle::$base property core/modules/views/src/Annotation/ViewsStyle.php The base tables on which this style plugin can be used.
ViewsStyle::$display_types property core/modules/views/src/Annotation/ViewsStyle.php The types of the display this plugin can be used with.
ViewsStyle::$help property core/modules/views/src/Annotation/ViewsStyle.php A short help string; this is displayed in the views UI.
ViewsStyle::$id property core/modules/views/src/Annotation/ViewsStyle.php The plugin ID.
ViewsStyle::$no_ui property core/modules/views/src/Annotation/ViewsStyle.php Whether the plugin should be not selectable in the UI.
ViewsStyle::$short_title property core/modules/views/src/Annotation/ViewsStyle.php (optional) The short title used in the views UI.
ViewsStyle::$theme property core/modules/views/src/Annotation/ViewsStyle.php The theme function used to render the style output.
ViewsStyle::$title property core/modules/views/src/Annotation/ViewsStyle.php The plugin title used in the views UI.
ViewsTemplateTest class core/modules/views/tests/src/Kernel/ViewsTemplateTest.php Tests the template retrieval of views.
ViewsTemplateTest.php file core/modules/views/tests/src/Kernel/ViewsTemplateTest.php
ViewsTemplateTest::$testViews property core/modules/views/tests/src/Kernel/ViewsTemplateTest.php Views to be enabled.
ViewsTemplateTest::testTemplate function core/modules/views/tests/src/Kernel/ViewsTemplateTest.php Tests render functionality.
ViewsTest class core/modules/views/tests/src/Unit/ViewsTest.php @coversDefaultClass \Drupal\views\Views[[api-linebreak]]
@group views
ViewsTest.php file core/modules/views/tests/src/Unit/ViewsTest.php
ViewsTest::$container property core/modules/views/tests/src/Unit/ViewsTest.php The test container.
ViewsTest::providerTestGetApplicableViews function core/modules/views/tests/src/Unit/ViewsTest.php Data provider for testGetApplicableViews.
ViewsTest::setUp function core/modules/views/tests/src/Unit/ViewsTest.php
ViewsTest::testGetApplicableViews function core/modules/views/tests/src/Unit/ViewsTest.php @covers ::getApplicableViews[[api-linebreak]]
ViewsTest::testGetNonExistentView function core/modules/views/tests/src/Unit/ViewsTest.php Tests the getView() method against a non-existent view.
ViewsTest::testGetView function core/modules/views/tests/src/Unit/ViewsTest.php Tests the getView() method.
ViewsTestCacheContext class core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php Test cache context which uses a dynamic context coming from state.
ViewsTestCacheContext.php file core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php
ViewsTestCacheContext::getCacheableMetadata function core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php Gets the cacheability metadata for the context.
ViewsTestCacheContext::getContext function core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php Returns the string representation of the cache context.
ViewsTestCacheContext::getLabel function core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php Returns the label of the cache context.
ViewsTestCacheContextFilter class core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/ViewsTestCacheContextFilter.php Plugin annotation
@ViewsFilter("views_test_test_cache_context");
ViewsTestCacheContextFilter.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/ViewsTestCacheContextFilter.php
ViewsTestCacheContextFilter::getCacheContexts function core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/ViewsTestCacheContextFilter.php The cache contexts associated with this object.
ViewsTestCacheContextFilter::query function core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/ViewsTestCacheContextFilter.php Add this filter to the query.
ViewsTestDataController class core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php Controller class for views_test_data callbacks.
ViewsTestDataController.php file core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php

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