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 |
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 |
EntityDisplayInterface::getTargetEntityTypeId |
function |
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php |
Gets the entity type for which this display is used. |
EntityDisplayModeAddForm::$targetEntityTypeId |
property |
core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php |
The entity type for which the display mode is being created. |
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. |
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. |
EntityDisplayRepository::getDisplayModesByEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Gets the entity display mode info for a specific entity type. |
EntityField::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
The entity typemanager. |
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. |