| RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTag |
function |
core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php |
Tests an entity-based view's cache tags when using the "tag" cache plugin. |
| RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTime |
function |
core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php |
Tests an entity-based view's cache tags when using the "time" cache plugin. |
| RenderedEntity |
class |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
Provides a field handler which renders an entity in a certain view mode. |
| RenderedEntity.php |
file |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
|
| RenderedEntity::$entityDisplayRepository |
property |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
The entity display repository. |
| RenderedEntity::$entityRepository |
property |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
The entity repository service. |
| RenderedEntity::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
The entity type manager. |
| RenderedEntity::$languageManager |
property |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
The language manager. |
| RenderedEntity::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
|
| RenderedEntity::calculateDependencies |
function |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
|
| RenderedEntity::defineOptions |
function |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
|
| RenderedEntity::getCacheContexts |
function |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
|
| RenderedEntity::getCacheMaxAge |
function |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
|
| RenderedEntity::getCacheTags |
function |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
|
| RenderedEntity::getEntityRepository |
function |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
|
| RenderedEntity::getEntityTypeId |
function |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
|
| RenderedEntity::getEntityTypeManager |
function |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
|
| RenderedEntity::getLanguageManager |
function |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
|
| RenderedEntity::getView |
function |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
|
| RenderedEntity::query |
function |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
|
| RenderedEntity::render |
function |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
|
| RenderedEntity::usesGroupBy |
function |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
|
| RenderedEntity::__construct |
function |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
Constructs a new RenderedEntity object. |
| RenderedEntityTest |
class |
core/modules/views/tests/src/Unit/Plugin/views/field/RenderedEntityTest.php |
Tests Drupal\views\Plugin\views\field\RenderedEntity. |
| RenderedEntityTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/views/field/RenderedEntityTest.php |
|
| RenderedEntityTest::setUp |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/RenderedEntityTest.php |
|
| RenderedEntityTest::testRenderNullEntity |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/RenderedEntityTest.php |
Tests the render method when getEntity returns NULL. |
| RendererBase::$entityType |
property |
core/modules/views/src/Entity/Render/RendererBase.php |
The type of the entity being rendered. |
| RequiredConfigDependenciesConstraintValidator::$entityTypeManager |
property |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraintValidator.php |
The entity type manager service. |
| resolver_manager.entity |
service |
core/core.services.yml |
Drupal\Core\Entity\EntityResolverManager |
| ResourceIdentifier::fromEntity |
function |
core/modules/jsonapi/src/JsonApiResource/ResourceIdentifier.php |
Creates a ResourceIdentifier object. |
| ResourceObject::buildLinksFromEntity |
function |
core/modules/jsonapi/src/JsonApiResource/ResourceObject.php |
Builds a LinkCollection for the given entity. |
| ResourceObject::createFromEntity |
function |
core/modules/jsonapi/src/JsonApiResource/ResourceObject.php |
Creates a new ResourceObject from an entity. |
| ResourceObject::extractConfigEntityFields |
function |
core/modules/jsonapi/src/JsonApiResource/ResourceObject.php |
Extracts a config entity's fields. |
| ResourceObject::extractContentEntityFields |
function |
core/modules/jsonapi/src/JsonApiResource/ResourceObject.php |
Extracts a content entity's fields. |
| ResourceObject::extractFieldsFromEntity |
function |
core/modules/jsonapi/src/JsonApiResource/ResourceObject.php |
Extracts the entity's fields. |
| ResourceObjectNormalizer::processConfigEntitySchema |
function |
core/modules/jsonapi/src/Normalizer/ResourceObjectNormalizer.php |
|
| ResourceObjectNormalizer::processContentEntitySchema |
function |
core/modules/jsonapi/src/Normalizer/ResourceObjectNormalizer.php |
|
| ResourceTest::$entity |
property |
core/modules/rest/tests/src/Functional/ResourceTest.php |
The entity. |
| ResourceTestBase::$anotherEntity |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Another entity of the same type used for testing. |
| ResourceTestBase::$entity |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
The entity being tested. |
| ResourceTestBase::$entityStorage |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
The entity storage. |
| ResourceTestBase::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
The tested entity type. |
| ResourceTestBase::$firstCreatedEntityId |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
The entity ID for the first created entity in testPost(). |
| ResourceTestBase::$secondCreatedEntityId |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
The entity ID for the second created entity in testPost(). |
| ResourceTestBase::createAnotherEntity |
function |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Creates another entity to be tested. |
| ResourceTestBase::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Creates the entity to be tested. |
| ResourceTestBase::entityAccess |
function |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Checks access for the given operation on the given entity. |
| ResourceTestBase::entityFieldAccess |
function |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Checks access for the given field operation on the given entity. |
| ResourceTestBase::entityLoadUnchanged |
function |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Loads an entity in the test container, ignoring the static cache. |