Search for view

  1. Search 7.x for view
  2. Search 8.9.x for view
  3. Search 10.3.x for view
  4. Search 11.x for view
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
View class core/modules/views/src/Element/View.php Provides a render element to display a view.
View class core/modules/views/src/Entity/View.php Defines a View configuration entity class.
View class core/modules/views/src/Plugin/views/area/View.php Views area handlers. Insert a view inside of an area.

All search results

Title Object type File name Summary
ViewsRow::$no_ui property core/modules/views/src/Annotation/ViewsRow.php Whether the plugin should be not selectable in the UI.
ViewsRow::$short_title property core/modules/views/src/Annotation/ViewsRow.php (optional) The short title used in the views UI.
ViewsRow::$theme property core/modules/views/src/Annotation/ViewsRow.php The theme function used to render the row output.
ViewsRow::$title property core/modules/views/src/Annotation/ViewsRow.php The plugin title used in the views UI.
ViewsSearchQuery class core/modules/search/src/ViewsSearchQuery.php Extends the core SearchQuery to be able to gets its protected values.
ViewsSearchQuery class core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/ViewsSearchQuery.php CorefakeWithAllCustomClasses implementation of \Drupal\search\ViewsSearchQuery.
ViewsSearchQuery.php file core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/ViewsSearchQuery.php
ViewsSearchQuery.php file core/modules/search/src/ViewsSearchQuery.php
ViewsSearchQuery::conditionReplaceString function core/modules/search/src/ViewsSearchQuery.php Replaces the original condition with a custom one from views recursively.
ViewsSearchQuery::conditions function core/modules/search/src/ViewsSearchQuery.php Returns the conditions property.
ViewsSearchQuery::matches function core/modules/search/src/ViewsSearchQuery.php Returns the matches property.
ViewsSearchQuery::publicParseSearchExpression function core/modules/search/src/ViewsSearchQuery.php Executes and returns the protected parseSearchExpression method.
ViewsSearchQuery::simple function core/modules/search/src/ViewsSearchQuery.php Returns the simple property.
ViewsSearchQuery::words function core/modules/search/src/ViewsSearchQuery.php Returns the words property.
ViewsSelection class core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Plugin implementation of the 'selection' entity_reference.
ViewsSelection.php file core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php
ViewsSelection::$currentUser property core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php The current user.
ViewsSelection::$entityTypeManager property core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php The entity type manager service.
ViewsSelection::$moduleHandler property core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php The module handler service.
ViewsSelection::$renderer property core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php The renderer.
ViewsSelection::$view property core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php The loaded View object.
ViewsSelection::buildConfigurationForm function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Form constructor.
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.
ViewsSettingsRenameTest class core/modules/views/tests/src/Functional/Update/ViewsSettingsRenameTest.php Tests renaming views module's configuration.
ViewsSettingsRenameTest.php file core/modules/views/tests/src/Functional/Update/ViewsSettingsRenameTest.php
ViewsSettingsRenameTest::$defaultTheme property core/modules/views/tests/src/Functional/Update/ViewsSettingsRenameTest.php The theme to install as the default for testing.
ViewsSettingsRenameTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ViewsSettingsRenameTest.php Set database dump files to be used.
ViewsSettingsRenameTest::testRenameViewsSettings function core/modules/views/tests/src/Functional/Update/ViewsSettingsRenameTest.php Tests upgrading views settings.
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
ViewsSortIdentifiersUpdateTest class core/modules/views/tests/src/Functional/Update/ViewsSortIdentifiersUpdateTest.php Tests the views_post_update_sort_identifier() post update.
ViewsSortIdentifiersUpdateTest.php file core/modules/views/tests/src/Functional/Update/ViewsSortIdentifiersUpdateTest.php
ViewsSortIdentifiersUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ViewsSortIdentifiersUpdateTest.php Set database dump files to be used.
ViewsSortIdentifiersUpdateTest::testSortIdentifierPostUpdate function core/modules/views/tests/src/Functional/Update/ViewsSortIdentifiersUpdateTest.php Tests views_post_update_sort_identifier().
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

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