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\Core\Entity\EntityAutocompleteMatcherInterface |
service |
core/core.services.yml |
|
Drupal\Core\Entity\EntityBundleListenerInterface |
service |
core/core.services.yml |
|
Drupal\Core\Entity\EntityDefinitionUpdateManagerInterface |
service |
core/core.services.yml |
|
Drupal\Core\Entity\EntityDisplayRepositoryInterface |
service |
core/core.services.yml |
|
Drupal\Core\Entity\EntityFieldManagerInterface |
service |
core/core.services.yml |
|
Drupal\Core\Entity\EntityFormBuilderInterface |
service |
core/core.services.yml |
|
Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface |
service |
core/core.services.yml |
|
Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManagerInterface |
service |
core/core.services.yml |
|
Drupal\Core\Entity\EntityRepositoryInterface |
service |
core/core.services.yml |
|
Drupal\Core\Entity\EntityResolverManager |
service |
core/core.services.yml |
|
Drupal\Core\Entity\EntityTypeBundleInfoInterface |
service |
core/core.services.yml |
|
Drupal\Core\Entity\EntityTypeListenerInterface |
service |
core/core.services.yml |
|
Drupal\Core\Entity\EntityTypeManagerInterface |
service |
core/core.services.yml |
|
Drupal\Core\Entity\EntityTypeRepositoryInterface |
service |
core/core.services.yml |
|
Drupal\Core\Entity\HtmlEntityFormController |
service |
core/core.services.yml |
|
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 |
|
Drupal\workspaces\Controller\WorkspacesHtmlEntityFormController |
service |
core/modules/workspaces/workspaces.services.yml |
|
DynamicallyFieldableEntityStorageInterface |
interface |
core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php |
A storage that supports entity types with dynamic field definitions. |
DynamicallyFieldableEntityStorageInterface.php |
file |
core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php |
|
DynamicallyFieldableEntityStorageSchemaInterface |
interface |
core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php |
A storage schema that supports entity types with dynamic field definitions. |
DynamicallyFieldableEntityStorageSchemaInterface.php |
file |
core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php |
|
DynamicallyFieldableEntityStorageSchemaInterface::finalizePurge |
function |
core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php |
Performs final cleanup after all data of a field has been purged. |
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldDataMigration |
function |
core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php |
Checks if existing data would be lost if the schema changes were applied. |
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldStorageSchemaChanges |
function |
core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php |
Checks if the changes to the storage definition requires schema changes. |
DynamicEntityTypeParamConverterTrait |
trait |
core/lib/Drupal/Core/ParamConverter/DynamicEntityTypeParamConverterTrait.php |
Provides a trait to replace dynamic entity types in routes. |
DynamicEntityTypeParamConverterTrait.php |
file |
core/lib/Drupal/Core/ParamConverter/DynamicEntityTypeParamConverterTrait.php |
|
DynamicEntityTypeParamConverterTrait::getEntityTypeFromDefaults |
function |
core/lib/Drupal/Core/ParamConverter/DynamicEntityTypeParamConverterTrait.php |
Determines the entity type ID given a route definition and route defaults. |