| EntityDataDefinition::getEntityTypeId |
function |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php |
Gets the entity type ID. |
| EntityDataDefinition::setEntityTypeId |
function |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php |
Sets the entity type ID. |
| EntityDataDefinitionInterface::getEntityTypeId |
function |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php |
Gets the entity type ID. |
| EntityDataDefinitionInterface::setEntityTypeId |
function |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php |
Sets the entity type ID. |
| EntityDefinitionTestTrait::deleteEntityType |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Removes the entity type. |
| EntityDefinitionTestTrait::enableNewEntityType |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Enables a new entity type definition. |
| EntityDefinitionTestTrait::getUpdatedEntityTypeDefinition |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Returns an entity type definition, possibly updated to be rev or mul. |
| EntityDefinitionTestTrait::resetEntityType |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Resets the entity type definition. |
| EntityDefinitionTestTrait::updateEntityTypeToNotRevisionable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Updates the 'entity_test_update' entity type not revisionable. |
| EntityDefinitionTestTrait::updateEntityTypeToNotTranslatable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Updates the 'entity_test_update' entity type to not translatable. |
| EntityDefinitionTestTrait::updateEntityTypeToRevisionable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Updates the 'entity_test_update' entity type to revisionable. |
| EntityDefinitionTestTrait::updateEntityTypeToRevisionableAndTranslatable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Updates the test entity type to be revisionable and translatable. |
| EntityDefinitionTestTrait::updateEntityTypeToTranslatable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Updates the 'entity_test_update' entity type to translatable. |
| EntityDefinitionUpdateManager::$entityTypeListener |
property |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
The entity type listener service. |
| EntityDefinitionUpdateManager::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
The entity type manager service. |
| EntityDefinitionUpdateManager::getEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
Returns an entity type definition ready to be manipulated. |
| EntityDefinitionUpdateManager::getEntityTypes |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
Returns all the entity type definitions, ready to be manipulated. |
| EntityDefinitionUpdateManager::installEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
Installs a new entity type definition. |
| EntityDefinitionUpdateManager::installFieldableEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
Installs a new fieldable entity type definition. |
| EntityDefinitionUpdateManager::uninstallEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
Uninstalls an entity type definition. |
| EntityDefinitionUpdateManager::updateEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
Applies any change performed to the passed entity type definition. |
| EntityDefinitionUpdateManager::updateFieldableEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
Applies any change performed to a fieldable entity type definition. |
| EntityDefinitionUpdateManagerInterface::getEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Returns an entity type definition ready to be manipulated. |
| EntityDefinitionUpdateManagerInterface::getEntityTypes |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Returns all the entity type definitions, ready to be manipulated. |
| EntityDefinitionUpdateManagerInterface::installEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Installs a new entity type definition. |
| EntityDefinitionUpdateManagerInterface::installFieldableEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Installs a new fieldable entity type definition. |
| EntityDefinitionUpdateManagerInterface::uninstallEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Uninstalls an entity type definition. |
| EntityDefinitionUpdateManagerInterface::updateEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Applies any change performed to the passed entity type definition. |
| EntityDefinitionUpdateManagerInterface::updateFieldableEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Applies any change performed to a fieldable entity type definition. |
| EntityDefinitionUpdateMultipleTypesTest::testBundleFieldUpdateWithEntityTypeSchemaUpdate |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests updating a bundle field when the entity type schema has changed. |
| EntityDefinitionUpdateMultipleTypesTest::testEntityTypeUpdateWithEntityStorageChange |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests updating entity schema when there are entity storage changes. |
| EntityDefinitionUpdateMultipleTypesTest::testEntityTypeUpdateWithoutData |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests updating entity schema when there are no existing entities. |
| EntityDefinitionUpdateMultipleTypesTest::testInstallFieldableEntityTypeWithoutInCodeDefinition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests creating a fieldable entity type that doesn't exist in code anymore. |
| EntityDefinitionUpdateMultipleTypesTest::testUninstallEntityTypeWithoutInCodeDefinition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests uninstalling an entity type that doesn't exist in code anymore. |
| EntityDefinitionUpdateMultipleTypesTest::testUninstallRevisionableEntityTypeWithoutInCodeDefinition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests uninstalling a revisionable entity type that doesn't exist in code. |
| EntityDefinitionUpdateMultipleTypesTest::testUpdateEntityTypeWithoutInCodeDefinition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests updating an entity type that doesn't exist in code anymore. |
| EntityDefinitionUpdateMultipleTypesTest::testUpdateFieldableEntityTypeWithoutInCodeDefinition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests updating a fieldable entity type that doesn't exist in code anymore. |
| EntityDefinitionUpdateTest::testGetEntityTypes |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests get entity types. |
| EntityDefinitionUpdateTest::testInstallAdditionalBaseFieldDuringFieldableEntityTypeInstallation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests installing an additional base field while installing an entity type. |
| EntityDefinitionUpdateTest::testNewEntityType |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests that new entity type definitions are correctly handled. |
| EntityDeleteMultipleAccessCheck::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php |
The entity type manager. |
| EntityDenormalizerBase::$entityTypeManager |
property |
core/modules/jsonapi/src/Normalizer/EntityDenormalizerBase.php |
The entity type manager. |
| EntityDeriver::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php |
The entity type manager. |
| EntityDeriver::$entityTypeManager |
property |
core/modules/rest/src/Plugin/Deriver/EntityDeriver.php |
The entity type manager. |
| EntityDisplayBase::$targetEntityType |
property |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Entity type to be displayed. |
| EntityDisplayBase::getTargetEntityTypeId |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Gets the entity type for which this display is used. |
| EntityDisplayBaseMockableClass::getEntityType |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
Gets the entity type definition. |
| EntityDisplayBaseTest::testGetTargetEntityTypeId |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
Tests get target entity type id. |
| EntityDisplayInterface::getTargetEntityTypeId |
function |
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php |
Gets the entity type for which this display is used. |
| EntityDisplayModeBase::$targetEntityType |
property |
core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php |
The entity type this form or view mode is used for. |