| EntityTestViewBuilder |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestViewBuilder.php |
Test entity class for testing a view builder. |
| EntityTestViewBuilder.php |
file |
core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilder.php |
|
| EntityTestViewBuilder.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestViewBuilder.php |
|
| EntityTestViewBuilder::buildComponents |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilder.php |
Builds the component fields and properties of a set of entities. |
| EntityTestViewBuilderOverriddenView |
class |
core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilderOverriddenView.php |
Provides a view builder that overrides ::view() and ::viewMultiple(). |
| EntityTestViewBuilderOverriddenView.php |
file |
core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilderOverriddenView.php |
|
| EntityTestViewBuilderOverriddenView::view |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilderOverriddenView.php |
Builds the render array for the provided entity. |
| EntityTestViewBuilderOverriddenView::viewMultiple |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilderOverriddenView.php |
Builds the render array for the provided entities. |
| EntityTestViewGrantsCacheContext |
class |
core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php |
Defines the entity_test view grants cache context service. |
| EntityTestViewGrantsCacheContext.php |
file |
core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php |
|
| EntityTestViewGrantsCacheContext::getCacheableMetadata |
function |
core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php |
Gets the cacheability metadata for the context. |
| EntityTestViewGrantsCacheContext::getContext |
function |
core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php |
Returns the string representation of the cache context. |
| EntityTestViewGrantsCacheContext::getLabel |
function |
core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php |
Returns the label of the cache context. |
| EntityTestViewsData |
class |
core/modules/system/tests/modules/entity_test/src/EntityTestViewsData.php |
Provides a view to override views data for test entity types. |
| EntityTestViewsData.php |
file |
core/modules/system/tests/modules/entity_test/src/EntityTestViewsData.php |
|
| EntityTestViewsData::getViewsData |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestViewsData.php |
Returns views data for the entity type. |
| EntityTestViewsFieldAccessTest |
class |
core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php |
Tests base field access in Views for the entity_test entity. |
| EntityTestViewsFieldAccessTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php |
|
| EntityTestViewsFieldAccessTest::$modules |
property |
core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php |
Modules to install. |
| EntityTestViewsFieldAccessTest::setUp |
function |
core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php |
|
| EntityTestViewsFieldAccessTest::testEntityTestFields |
function |
core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php |
Tests field access permissions for the 'entity_test' entity in Views. |
| EntityTestViewsHooks |
class |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestViewsHooks.php |
Hook implementations for entity_test. |
| EntityTestViewsHooks.php |
file |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestViewsHooks.php |
|
| EntityTestViewsHooks::viewsDataAlter |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestViewsHooks.php |
Implements hook_views_data_alter(). |
| EntityTranslationRenderTrait::getView |
function |
core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php |
Returns the top object of a view. |
| EntityType::getViewBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the view builder class. |
| EntityType::hasViewBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates if this entity type has a view builder. |
| EntityType::setViewBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the view builder class. |
| EntityTypeInterface::getViewBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets the view builder class. |
| EntityTypeInterface::hasViewBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Indicates if this entity type has a view builder. |
| EntityTypeInterface::setViewBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets the view builder class. |
| EntityTypeManager::getViewBuilder |
function |
core/lib/Drupal/Core/Entity/EntityTypeManager.php |
Creates a new view builder instance. |
| EntityTypeManagerInterface::getViewBuilder |
function |
core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php |
Creates a new view builder instance. |
| EntityTypeManagerTest::testGetViewBuilder |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php |
Tests the getViewBuilder() method. |
| EntityTypeTest::testGetViewBuilderClass |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests the getViewBuilderClass() method. |
| EntityTypeWithoutViewsDataTest |
class |
core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php |
Tests datetime_range.module when an entity type provides no views data. |
| EntityTypeWithoutViewsDataTest.php |
file |
core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php |
|
| EntityTypeWithoutViewsDataTest::$modules |
property |
core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php |
Modules to install. |
| EntityTypeWithoutViewsDataTest::testEntityTypeWithoutViewsData |
function |
core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php |
Tests the case when an entity type provides no views data. |
| EntityViewAlterTest |
class |
core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php |
Tests Entity View Alter. |
| EntityViewAlterTest.php |
file |
core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php |
|
| EntityViewAlterTest::$modules |
property |
core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php |
Modules to install. |
| EntityViewAlterTest::setUp |
function |
core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php |
|
| EntityViewAlterTest::testContextualLinksRemoved |
function |
core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php |
Tests that contextual links are removed when rendering Layout Builder. |
| EntityViewBuilder |
class |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
Base class for entity view builders. |
| EntityViewBuilder.php |
file |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
|
| EntityViewBuilder::$cacheBin |
property |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
The cache bin used to store the render cache. |
| EntityViewBuilder::$entityDisplayRepository |
property |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
The entity display repository. |
| EntityViewBuilder::$entityRepository |
property |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
The entity repository service. |
| EntityViewBuilder::$entityType |
property |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
Information about the entity type. |