DefaultsSectionStorage::$entityTypeBundleInfo |
property |
core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php |
The entity type bundle info. |
DefaultsSectionStorage::$entityTypeManager |
property |
core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php |
The entity type manager. |
DefaultsSectionStorage::$sampleEntityGenerator |
property |
core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php |
The sample entity generator. |
DefaultsSectionStorage::extractEntityFromRoute |
function |
core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php |
Extracts an entity from the route values. |
DefaultsSectionStorage::getEntityTypes |
function |
core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php |
Returns an array of relevant entity types. |
DefaultsSectionStorageTest::$entityTypeManager |
property |
core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php |
The entity type manager. |
DefaultsSectionStorageTest::$sampleEntityGenerator |
property |
core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php |
The sample entity generator. |
DefaultsSectionStorageTest::providerTestExtractEntityFromRoute |
function |
core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php |
Provides data for ::testExtractEntityFromRoute(). |
DefaultsSectionStorageTest::testExtractEntityFromRoute |
function |
core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php |
@covers ::extractEntityFromRoute |
DefaultsSectionStorageTest::testExtractEntityFromRouteCreate |
function |
core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php |
@covers ::extractEntityFromRoute |
DefaultTableMapping::$entityType |
property |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
The entity type definition. |
DefaultTableMappingIntegrationTest::$entityDefinitionUpdateManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php |
The entity definition update manager. |
DefaultTableMappingIntegrationTest::$entityFieldManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php |
The entity field manager. |
DefaultTableMappingTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php |
The entity type definition. |
DefaultWorkspaceHandler::isEntitySupported |
function |
core/modules/workspaces/src/Entity/Handler/DefaultWorkspaceHandler.php |
Determines if an entity should be tracked in a workspace. |
DelayCacheTagsInvalidationHooks::entityTestInsert |
function |
core/modules/system/tests/modules/delay_cache_tags_invalidation/src/Hook/DelayCacheTagsInvalidationHooks.php |
Implements hook_ENTITY_TYPE_insert(). |
delay_cache_tags_invalidation_entity_test_insert |
function |
core/modules/system/tests/modules/delay_cache_tags_invalidation/delay_cache_tags_invalidation.module |
Implements hook_ENTITY_TYPE_insert(). |
DeleteMultipleForm::$entityType |
property |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
The entity type definition. |
DeleteMultipleForm::$entityTypeId |
property |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
The entity type ID. |
DeleteMultipleForm::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
The entity type manager. |
DependencySerializationTrait::$_entityStorages |
property |
core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php |
|
DisplayApiTest::$entity |
property |
core/modules/field/tests/src/Kernel/DisplayApiTest.php |
The test entity. |
DisplayEntityReferenceTest |
class |
core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php |
Tests the entity reference display plugin. |
DisplayEntityReferenceTest.php |
file |
core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php |
|
DisplayEntityReferenceTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php |
The theme to install as the default for testing. |
DisplayEntityReferenceTest::$entityRefFieldName |
property |
core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php |
The used entity reference field name in the test. |
DisplayEntityReferenceTest::$field |
property |
core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php |
The field config. |
DisplayEntityReferenceTest::$fieldName |
property |
core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php |
The used field name in the test. |
DisplayEntityReferenceTest::$fieldStorage |
property |
core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php |
The field storage. |
DisplayEntityReferenceTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php |
Modules to install. |
DisplayEntityReferenceTest::$testViews |
property |
core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php |
Views used by this test. |
DisplayEntityReferenceTest::setUp |
function |
core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php |
Sets up the test. |
DisplayEntityReferenceTest::testEntityReferenceDisplay |
function |
core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php |
Tests the entity reference display plugin. |
DoubleSlashTest::getEntityCounts |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php |
Gets the expected number of entities per entity type after migration. |
DoubleSlashTest::getEntityCountsIncremental |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php |
Gets expected number of entities per entity after incremental migration. |
drupal-8.entity-revision-data-cleanup-2869568.php |
file |
core/modules/system/tests/fixtures/update/drupal-8.entity-revision-data-cleanup-2869568.php |
Provides database changes for testing upgrade path of system_update_8404(). |
Drupal::entityDefinitionUpdateManager |
function |
core/lib/Drupal.php |
Returns the entity definition update manager. |
Drupal::entityQuery |
function |
core/lib/Drupal.php |
Returns the entity query object for this entity type. |
Drupal::entityQueryAggregate |
function |
core/lib/Drupal.php |
Returns the entity query aggregate object for this entity type. |
Drupal::entityTypeManager |
function |
core/lib/Drupal.php |
Retrieves the entity type manager. |
DrupalSqlBase::$entityTypeManager |
property |
core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php |
The entity type manager. |
DrupalSqlBaseTest::$entityTypeManager |
property |
core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php |
Mock entity type manager. |
DrupalTest::testEntityQuery |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the entityQuery() method. |
DrupalTest::testEntityQueryAggregate |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the entityQueryAggregate() method. |
DrupalTest::testEntityTypeManager |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the entityTypeManager() method. |
Drupal\jsonapi\Access\EntityAccessChecker |
service |
core/modules/jsonapi/jsonapi.services.yml |
|
Drupal\jsonapi\Controller\EntityResource |
service |
core/modules/jsonapi/jsonapi.services.yml |
|
Drupal\layout_builder\Controller\LayoutBuilderHtmlEntityFormController |
service |
core/modules/layout_builder/layout_builder.services.yml |
|
Drupal\layout_builder\Entity\SampleEntityGeneratorInterface |
service |
core/modules/layout_builder/layout_builder.services.yml |
|
Drupal\serialization\EntityResolver\ChainEntityResolverInterface |
service |
core/modules/serialization/serialization.services.yml |
|