EntityAccessChecker::checkRevisionViewAccess |
function |
core/modules/jsonapi/src/Access/EntityAccessChecker.php |
Checks access to the given revision entity. |
EntityAccessControlHandler::$viewLabelOperation |
property |
core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php |
Allows to grant access to just the labels. |
EntityCacheTagsTestBase::selectViewMode |
function |
core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php |
Selects the preferred view mode for the given entity type. |
EntityCacheTagsTestBase::selectViewMode |
function |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
Selects the preferred view mode for the given entity type. |
EntityDisplayFormBase::getOverviewUrl |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns the Url object for a specific entity (form) display edit form. |
EntityDisplayModeController::viewModeTypeSelection |
function |
core/modules/field_ui/src/Controller/EntityDisplayModeController.php |
Provides a list of eligible entity types for adding view modes. |
EntityDisplayModeTest::testEntityViewModeUI |
function |
core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php |
Tests the EntityViewMode user interface. |
EntityDisplayRepository::getAllViewModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Gets the entity view mode info for all entity types. |
EntityDisplayRepository::getViewDisplay |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Returns the entity view display associated with a bundle and view mode. |
EntityDisplayRepository::getViewModeOptions |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Gets an array of view mode options. |
EntityDisplayRepository::getViewModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Returns an array of enabled view mode options by bundle. |
EntityDisplayRepository::getViewModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Gets the entity view mode info for a specific entity type. |
EntityDisplayRepositoryInterface::getAllViewModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Gets the entity view mode info for all entity types. |
EntityDisplayRepositoryInterface::getViewDisplay |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Returns the entity view display associated with a bundle and view mode. |
EntityDisplayRepositoryInterface::getViewModeOptions |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Gets an array of view mode options. |
EntityDisplayRepositoryInterface::getViewModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Returns an array of enabled view mode options by bundle. |
EntityDisplayRepositoryInterface::getViewModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Gets the entity view mode info for a specific entity type. |
EntityDisplayRepositoryTest::testViewDisplay |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php |
@covers ::getViewDisplay |
EntityDisplayTest::testEntityView |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php |
Tests the use of regions for entity view displays. |
EntityDisplayTest::testEntityView |
function |
core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php |
Tests the use of regions for entity view displays. |
EntityFieldRenderer::getView |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
Returns the top object of a view. |
EntityFormDisplayEditForm::getOverviewUrl |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
Returns the Url object for a specific entity (form) display edit form. |
EntityLegacyTest::testEntityView |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityLegacyTest.php |
@expectedDeprecation entity_view() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal::entityTypeManager()->getViewBuilder($entity->getEntityTypeId())->view($entity, $view_mode, $langcode) instead. See… |
EntityLinkOutputUrlUpdateTest::testViewsPostUpdateEntityLinkUrl |
function |
core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php |
Tests that the additional settings are added to the config. |
EntityManager::getAllViewModes |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getViewBuilder |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getViewDisplay |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getViewModeOptions |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getViewModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getViewModes |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManagerTest::testGetAllViewModes |
function |
core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php |
Tests the getAllViewModes() method. |
EntityManagerTest::testGetViewBuilder |
function |
core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php |
@covers ::getViewBuilder |
EntityManagerTest::testGetViewDisplay |
function |
core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php |
@covers ::getViewDisplay |
EntityManagerTest::testGetViewModeOptions |
function |
core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php |
Tests the getViewModeOptions() method. |
EntityManagerTest::testGetViewModeOptionsByBundle |
function |
core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php |
Tests the getViewModeOptionsByBundle() method. |
EntityManagerTest::testGetViewModes |
function |
core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php |
Tests the getViewModes() method. |
EntityOperations::entityView |
function |
core/modules/content_moderation/src/EntityOperations.php |
Act on entities being assembled before rendering. |
EntityOperations::getView |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
Returns the top object of a view. |
EntityReferenceAutocompleteWidgetMatchLimitUpdateTest::testViewsPostUpdateEntityLinkUrl |
function |
core/modules/system/tests/src/Functional/Update/EntityReferenceAutocompleteWidgetMatchLimitUpdateTest.php |
Tests that the match_limit setting is added to the config. |
EntityReferenceEntityFormatter::viewElements |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php |
Builds a renderable array for a field value. |
EntityReferenceFieldTranslatedReferenceViewTest |
class |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php |
Tests the translation of entity reference field display on nodes. |
EntityReferenceFieldTranslatedReferenceViewTest.php |
file |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php |
|
EntityReferenceFieldTranslatedReferenceViewTest::$baseLangcode |
property |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php |
The langcode of the source language. |
EntityReferenceFieldTranslatedReferenceViewTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php |
The theme to install as the default for testing. |
EntityReferenceFieldTranslatedReferenceViewTest::$labelOfNotTranslatedReference |
property |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php |
The label of the untranslated referenced entity, used in assertions. |
EntityReferenceFieldTranslatedReferenceViewTest::$modules |
property |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php |
Modules to enable. |
EntityReferenceFieldTranslatedReferenceViewTest::$originalLabel |
property |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php |
The original label of the referenced entity, used in assertions. |
EntityReferenceFieldTranslatedReferenceViewTest::$referencedEntityWithoutTranslation |
property |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php |
The entity to refer. |
EntityReferenceFieldTranslatedReferenceViewTest::$referencedEntityWithTranslation |
property |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php |
The entity to refer. |
EntityReferenceFieldTranslatedReferenceViewTest::$referencedType |
property |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php |
Entity type which can be referenced. |