Search for view

  1. Search 7.x for view
  2. Search 9.5.x for view
  3. Search 8.9.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
EntityViewsDataTest class core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests entity views data.
EntityViewsDataTest.php file core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php
EntityViewsDataTest::$baseEntityType property core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php The base entity type definition, which some tests modify.
EntityViewsDataTest::$commonBaseFields property core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php The common base fields for test entity types.
EntityViewsDataTest::$entityTypeManager property core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php The entity type manager.
EntityViewsDataTest::$modules property core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Modules to install.
EntityViewsDataTest::assertBundleField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a bundle field.
EntityViewsDataTest::assertEntityReferenceField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for an entity reference field.
EntityViewsDataTest::assertLanguageField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a language field.
EntityViewsDataTest::assertLongTextField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a long text field.
EntityViewsDataTest::assertNumericField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a numeric field.
EntityViewsDataTest::assertStringField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a string field.
EntityViewsDataTest::assertUriField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a URI field.
EntityViewsDataTest::assertUuidField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a UUID field.
EntityViewsDataTest::assertViewsDataField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests generic stuff per field.
EntityViewsDataTest::setUp function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php
EntityViewsDataTest::setUpEntityType function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Mocks an entity type and its base fields.
EntityViewsDataTest::testBaseTableFields function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests fields on the base table.
EntityViewsDataTest::testBaseTables function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests base tables.
EntityViewsDataTest::testDataTable function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests data_table support.
EntityViewsDataTest::testDataTableFields function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests fields on the data table.
EntityViewsDataTest::testRevisionTableFields function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests fields on the revision table.
EntityViewsDataTest::testRevisionTableWithoutDataTable function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests revision table without data table support.
EntityViewsDataTest::testRevisionTableWithRevisionDataTable function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests revision table with data table support.
EntityViewsDataTest::testRevisionTableWithRevisionDataTableAndDataTable function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests revision table with data table support.
EntityViewsWithMultivalueBasefieldTest class core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php Tests entity views with multivalue base fields.
EntityViewsWithMultivalueBasefieldTest.php file core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php
EntityViewsWithMultivalueBasefieldTest::$modules property core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php Modules to install.
EntityViewsWithMultivalueBasefieldTest::$testViews property core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php Views to be enabled.
EntityViewsWithMultivalueBasefieldTest::setUp function core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php
EntityViewsWithMultivalueBasefieldTest::testView function core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php Tests entity views with multivalue base fields.
EntityViewTrait trait core/tests/Drupal/Tests/EntityViewTrait.php Provides helper methods to deal with building entity views in tests.
EntityViewTrait.php file core/tests/Drupal/Tests/EntityViewTrait.php
EntityViewTrait::buildEntityView function core/tests/Drupal/Tests/EntityViewTrait.php Builds the renderable view of an entity.
entity_reference_test_views.info.yml file core/modules/system/tests/modules/entity_reference_test_views/entity_reference_test_views.info.yml core/modules/system/tests/modules/entity_reference_test_views/entity_reference_test_views.info.yml
entity_test.views.inc file core/modules/system/tests/modules/entity_test/entity_test.views.inc Include file for test module.
entity_test_entity_prepare_view function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_prepare_view().
entity_test_entity_test_view_mode_alter function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_ENTITY_TYPE_view_mode_alter().
entity_test_entity_view_mode_info_alter function core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_entity_view_mode_info_alter().
entity_test_update_view_presave function core/modules/system/tests/modules/entity_test_update/entity_test_update.module Implements hook_ENTITY_TYPE_presave() for the 'view' entity type.
entity_test_views_data_alter function core/modules/system/tests/modules/entity_test/entity_test.views.inc Implements hook_views_data_alter().
ExcludedFieldTokenTest::$testViews property core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php The views that are used by this test.
ExcludedFieldTokenTest::$view property core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php
ExposedFilterAJAXTest::$testViews property core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php Views used by this test.
ExposedFormCheckboxesTest::$testViews property core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php
ExposedFormRenderTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php Views to be enabled.
ExposedFormTest::$testViews property core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Views used by this test.
ExposedFormUITest::$testViews property core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Views used by this test.
ExtensionViewsFieldTest class core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php Tests the core Drupal\file\Plugin\views\field\Extension handler.
ExtensionViewsFieldTest.php file core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php

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