| ImageStyleTest::$entityTypeId |
property |
core/modules/image/tests/src/Unit/ImageStyleTest.php |
The ID of the type of the entity under test. |
| ImageStyleTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php |
The tested entity type. |
| ImageStyleTest::$entityTypeManager |
property |
core/modules/image/tests/src/Unit/ImageStyleTest.php |
The entity type manager used for testing. |
| ImageStyleTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php |
Creates the entity to be tested. |
| image_access_test_hidden_entity_field_access |
function |
core/modules/image/tests/modules/image_access_test_hidden/image_access_test_hidden.module |
Implements hook_entity_field_access(). |
| image_entity_presave |
function |
core/modules/image/image.module |
Implements hook_entity_presave(). |
| ImmutablePropertiesConstraintValidatorTest::testValidatedEntityMustHaveAnId |
function |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Tests that entities without an ID will raise an exception. |
| ImmutablePropertiesConstraintValidatorTest::testValidatorRequiresAConfigEntity |
function |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Tests that only config entities are accepted by the validator. |
| ImportableEntityStorageInterface |
interface |
core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php |
Provides an interface for responding to configuration imports. |
| ImportableEntityStorageInterface.php |
file |
core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php |
|
| ImportableEntityStorageInterface::importCreate |
function |
core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php |
Creates entities upon synchronizing configuration changes. |
| ImportableEntityStorageInterface::importDelete |
function |
core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php |
Delete entities upon synchronizing configuration changes. |
| ImportableEntityStorageInterface::importRename |
function |
core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php |
Renames entities upon synchronizing configuration changes. |
| ImportableEntityStorageInterface::importUpdate |
function |
core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php |
Updates entities upon synchronizing configuration changes. |
| Importer::copyFileAssociatedWithEntity |
function |
core/lib/Drupal/Core/DefaultContent/Importer.php |
Copies a file from default content directory to the site's file system. |
| Importer::loadEntityDependency |
function |
core/lib/Drupal/Core/DefaultContent/Importer.php |
Loads the entity dependency by its UUID. |
| Importer::toEntity |
function |
core/lib/Drupal/Core/DefaultContent/Importer.php |
Converts an array of content entity data to a content entity object. |
| IncludeResolver::$entityAccessChecker |
property |
core/modules/jsonapi/src/IncludeResolver.php |
The JSON:API entity access checker. |
| IncludeResolver::$entityTypeManager |
property |
core/modules/jsonapi/src/IncludeResolver.php |
The entity type manager. |
| InlineBlock::$entityDisplayRepository |
property |
core/modules/layout_builder/src/Plugin/Block/InlineBlock.php |
The entity display repository. |
| InlineBlock::$entityTypeManager |
property |
core/modules/layout_builder/src/Plugin/Block/InlineBlock.php |
The entity type manager. |
| InlineBlock::getEntity |
function |
core/modules/layout_builder/src/Plugin/Block/InlineBlock.php |
Loads or creates the block content entity of the block. |
| InlineBlockDeriver::$entityTypeManager |
property |
core/modules/layout_builder/src/Plugin/Derivative/InlineBlockDeriver.php |
The entity type manager. |
| InlineBlockEntityOperations |
class |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
Defines a class for reacting to entity events related to Inline Blocks. |
| InlineBlockEntityOperations.php |
file |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
|
| InlineBlockEntityOperations::$blockContentStorage |
property |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
The block content storage. |
| InlineBlockEntityOperations::$entityTypeManager |
property |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
The entity type manager. |
| InlineBlockEntityOperations::$usage |
property |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
Inline block usage tracking service. |
| InlineBlockEntityOperations::create |
function |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
Instantiates a new instance of this class. |
| InlineBlockEntityOperations::deleteBlocksAndUsage |
function |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
Delete the inline blocks and the usage records. |
| InlineBlockEntityOperations::getBlockIdsForRevisionIds |
function |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
Gets blocks IDs for an array of revision IDs. |
| InlineBlockEntityOperations::getRemovedBlockIds |
function |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
Gets the IDs of the inline blocks that were removed. |
| InlineBlockEntityOperations::handleEntityDelete |
function |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
Handles entity tracking on deleting a parent entity. |
| InlineBlockEntityOperations::handlePreSave |
function |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
Handles saving a parent entity. |
| InlineBlockEntityOperations::removeUnused |
function |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
Removes unused inline blocks. |
| InlineBlockEntityOperations::removeUnusedForEntityOnSave |
function |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
Remove all unused inline blocks on save. |
| InlineBlockEntityOperations::saveInlineBlockComponent |
function |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
Saves an inline block component. |
| InlineBlockEntityOperations::__construct |
function |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
Constructs a new EntityOperations object. |
| InlineBlockEntityOperationsTest |
class |
core/modules/layout_builder/tests/src/Unit/InlineBlockEntityOperationsTest.php |
@coversDefaultClass \Drupal\layout_builder\InlineBlockEntityOperations[[api-linebreak]] |
| InlineBlockEntityOperationsTest.php |
file |
core/modules/layout_builder/tests/src/Unit/InlineBlockEntityOperationsTest.php |
|
| InlineBlockEntityOperationsTest::testPreSaveWithSyncingEntity |
function |
core/modules/layout_builder/tests/src/Unit/InlineBlockEntityOperationsTest.php |
Tests calling handlePreSave() with an entity that is syncing. |
| InlineBlockTestBase::getLatestBlockEntityId |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php |
Gets the latest block entity id. |
| InlineBlockUsage::removeByLayoutEntity |
function |
core/modules/layout_builder/src/InlineBlockUsage.php |
Remove usage record by layout entity. |
| InlineBlockUsageInterface::removeByLayoutEntity |
function |
core/modules/layout_builder/src/InlineBlockUsageInterface.php |
Remove usage record by layout entity. |
| InlineBlockUsageTest::$entity |
property |
core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php |
The entity for testing. |
| InlineBlockUsageTest::testRemoveByLayoutEntity |
function |
core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php |
Covers ::removeByLayoutEntity. |
| InstallHelper::$entityTypeManager |
property |
core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php |
Entity type manager. |
| InstallHelper::createFileEntity |
function |
core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php |
Creates a file entity based on an image path. |
| install_core_entity_type_definitions |
function |
core/includes/install.core.inc |
Installs entity type definitions provided by core. |
| InternalEntitiesTest::$internalEntity |
property |
core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php |
An entity of an internal entity type. |