| EntityDisplayRepository::getDisplayModesByEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Gets the entity display mode info for a specific entity type. |
| EntityField::$entityTypeBundleInfo |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
The entity type bundle info service. |
| EntityField::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
The entity type manager. |
| EntityFieldDefinitionTrait::getEntityTypeId |
function |
core/modules/migrate/src/EntityFieldDefinitionTrait.php |
Finds the entity type from configuration or plugin ID. |
| EntityFieldManager::$entityTypeBundleInfo |
property |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
The entity type bundle info. |
| EntityFieldManager::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
The entity type manager. |
| EntityFieldManagerTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity type definition. |
| EntityFieldManagerTest::$entityTypeBundleInfo |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity type bundle info. |
| EntityFieldManagerTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity type manager. |
| EntityFieldManagerTest::$entityTypeRepository |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity type repository. |
| EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode(). |
| EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeLangcode |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode(). |
| EntityFieldManagerTest::setUpEntityTypeDefinitions |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Sets up the entity type manager to be tested. |
| EntityFieldManagerTest::testGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Tests the getBaseFieldDefinitions() method with a translatable entity type. |
| EntityFieldManagerTest::testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Tests the getBaseFieldDefinitions() method with a translatable entity type. |
| EntityFieldRenderer::$entityTypeManager |
property |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
The entity type manager. |
| EntityFieldRenderer::getEntityTypeId |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
Returns the entity type identifier. |
| EntityFieldRenderer::getEntityTypeManager |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
|
| EntityForm::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/EntityForm.php |
The entity type manager. |
| EntityForm::setEntityTypeManager |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
|
| EntityFormBuilder::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/EntityFormBuilder.php |
The entity type manager service. |
| EntityFormBuilderTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php |
The entity type manager. |
| EntityFormDisplayAccessControlHandlerTest::getEntityTypeManager |
function |
core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php |
Returns a mock Entity Type Manager. |
| EntityFormDisplayResourceTestBase::$entityTypeId |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php |
|
| EntityFormDisplayTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php |
The tested entity type. |
| EntityFormInterface::setEntityTypeManager |
function |
core/lib/Drupal/Core/Entity/EntityFormInterface.php |
Sets the entity type manager for this form. |
| EntityFormModeResourceTestBase::$entityTypeId |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php |
|
| EntityFormModeTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php |
The tested entity type. |
| EntityFormTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php |
A fake entity type used in the test. |
| EntityInterface::getEntityType |
function |
core/lib/Drupal/Core/Entity/EntityInterface.php |
Gets the entity type definition. |
| EntityInterface::getEntityTypeId |
function |
core/lib/Drupal/Core/Entity/EntityInterface.php |
Gets the ID of the type of the entity. |
| EntityKernelTestBase::$entityTypeManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php |
The entity type manager service. |
| EntityLabel::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
EntityTypeManager class. |
| EntityLastInstalledSchemaRepository::$entityTypeDefinitions |
property |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
The loaded installed entity type definitions. |
| EntityLinkTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php |
The mocked entity type manager. |
| EntityListBuilder::$entityType |
property |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Information about the entity type. |
| EntityListBuilder::$entityTypeId |
property |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
The entity type ID. |
| EntityListBuilderTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php |
The entity type used for testing. |
| EntityModerationRouteProvider::getEntityTypeIdKeyType |
function |
core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php |
Gets the type of the ID key for a given entity type. |
| EntityNormalizerTest::$entityTypeManager |
property |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
The mock entity type manager. |
| EntityNormalizerTest::$entityTypeRepository |
property |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
The mock entity type repository. |
| EntityNormalizerTest::testDenormalizeWithNoEntityType |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests the denormalize() method with no entity type provided in context. |
| EntityNormalizerTest::testDenormalizeWithNoFieldableEntityType |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests the denormalize method with no bundle defined. |
| EntityOperations::$entityTypeManager |
property |
core/modules/content_moderation/src/EntityOperations.php |
The Entity Type Manager service. |
| EntityOperations::$entityTypeManager |
property |
core/modules/workspaces/src/EntityOperations.php |
The entity type manager service. |
| EntityOperations::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
The entity type manager. |
| EntityOperations::getEntityTypeId |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
Returns the entity type identifier. |
| EntityOperations::getEntityTypeManager |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
|
| EntityOperationsUnitTest::$entityTypeManager |
property |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
The entity type manager. |
| EntityPermissionsForm::$entityTypeManager |
property |
core/modules/user/src/Form/EntityPermissionsForm.php |
The entity type manager service. |