EntityConverter::$entityTypeManager |
property |
core/lib/Drupal/Core/ParamConverter/EntityConverter.php |
Entity type manager which performs the upcasting in the end. |
EntityConverterLatestRevisionTest::testConvertNonRevisionableEntityType |
function |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php |
Tests the latest revision flag and non-revisionable entities. |
EntityConverterTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php |
The mocked entity type manager. |
EntityConverterTest::testConvertWithInvalidDynamicEntityType |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php |
Tests the convert() method with an invalid dynamic entity type. |
EntityConverterTest::testConvertWithInvalidEntityType |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php |
Tests the convert() method with an invalid entity type. |
EntityCreateAccessCheck::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/EntityCreateAccessCheck.php |
The entity type manager service. |
EntityCreateAccessCheckTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php |
The mocked entity type manager. |
EntityCreateAccessCustomCidTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php |
A mock entity type. |
EntityCreateAnyAccessCheck::$entityTypeBundleInfo |
property |
core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php |
The entity type bundle info. |
EntityCreateAnyAccessCheck::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php |
The entity type manager. |
EntityDataDefinition::getEntityTypeId |
function |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php |
|
EntityDataDefinition::setEntityTypeId |
function |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php |
|
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 |
|
EntityDefinitionUpdateManager::getEntityTypes |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
|
EntityDefinitionUpdateManager::installEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
|
EntityDefinitionUpdateManager::installFieldableEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
|
EntityDefinitionUpdateManager::uninstallEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
|
EntityDefinitionUpdateManager::updateEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
|
EntityDefinitionUpdateManager::updateFieldableEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
|
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. |
EntityDefinitionUpdateTest::testBundleFieldUpdateWithEntityTypeSchemaUpdate |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests updating a bundle field when the entity type schema has changed. |
EntityDefinitionUpdateTest::testEntityTypeUpdateWithEntityStorageChange |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests updating entity schema when there are entity storage changes. |
EntityDefinitionUpdateTest::testEntityTypeUpdateWithoutData |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests updating entity schema when there are no existing entities. |
EntityDefinitionUpdateTest::testGetEntityTypes |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
@covers ::getEntityTypes |
EntityDefinitionUpdateTest::testInstallAdditionalBaseFieldDuringFieldableEntityTypeInstallation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests installing an additional base field while installing an entity type. |
EntityDefinitionUpdateTest::testInstallFieldableEntityTypeWithoutInCodeDefinition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests creating a fieldable entity type that doesn't exist in code anymore. |
EntityDefinitionUpdateTest::testNewEntityType |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests that new entity type definitions are correctly handled. |
EntityDefinitionUpdateTest::testUninstallEntityTypeWithoutInCodeDefinition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests uninstalling an entity type that doesn't exist in code anymore. |
EntityDefinitionUpdateTest::testUninstallRevisionableEntityTypeWithoutInCodeDefinition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests uninstalling a revisionable entity type that doesn't exist in code. |
EntityDefinitionUpdateTest::testUpdateEntityTypeWithoutInCodeDefinition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests updating an entity type that doesn't exist in code anymore. |
EntityDefinitionUpdateTest::testUpdateFieldableEntityTypeWithoutInCodeDefinition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests updating a fieldable entity type that doesn't exist in code anymore. |