| 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. |
| 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[[api-linebreak]] |
| 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. |
| 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. |
| EntityDisplayBaseTest::testGetTargetEntityTypeId |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
@covers ::getTargetEntityTypeId[[api-linebreak]] |
| 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. |
| EntityDisplayModeBaseUnitTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php |
The ID of the type of the entity under test. |
| EntityDisplayModeBaseUnitTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php |
The entity type manager used for testing. |
| EntityDisplayModeFormBase::$entityType |
property |
core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php |
The entity type definition. |
| EntityDisplayModeFormBase::$targetEntityTypeId |
property |
core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php |
The entity type for which the display mode is being created or edited. |
| EntityDisplayModeListBuilder::$entityTypes |
property |
core/modules/field_ui/src/EntityDisplayModeListBuilder.php |
All entity types. |
| EntityDisplayRebuilder::$entityTypeBundleInfo |
property |
core/modules/field/src/EntityDisplayRebuilder.php |
The entity type bundle info. |
| EntityDisplayRebuilder::$entityTypeManager |
property |
core/modules/field/src/EntityDisplayRebuilder.php |
The field storage config storage. |
| EntityDisplayRebuilder::rebuildEntityTypeDisplays |
function |
core/modules/field/src/EntityDisplayRebuilder.php |
Rebuild displays for single Entity Type. |
| EntityDisplayRepository::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
The entity type manager. |
| EntityDisplayRepository::getAllDisplayModesByEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Gets the entity display mode info for all entity types. |