| ImageItem::$entityManager |
property |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
The entity manager. |
| ImageItem::getEntityManager |
function |
core/modules/image/src/Plugin/Field/FieldType/ImageItem.php |
Gets the entity manager. |
| ImageOnTranslatedEntityTest |
class |
core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php |
Uploads images to translated nodes. |
| ImageOnTranslatedEntityTest.php |
file |
core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php |
|
| ImageOnTranslatedEntityTest::$defaultTheme |
property |
core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php |
|
| ImageOnTranslatedEntityTest::$fieldName |
property |
core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php |
The name of the image field used in the test. |
| ImageOnTranslatedEntityTest::$modules |
property |
core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php |
|
| ImageOnTranslatedEntityTest::setUp |
function |
core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php |
|
| ImageOnTranslatedEntityTest::testSyncedImages |
function |
core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php |
Tests synced file fields on translated nodes. |
| ImageStyleFormBase::$entity |
property |
core/modules/image/src/Form/ImageStyleFormBase.php |
The entity being used by this form. |
| ImageStyleIntegrationTest::testEntityDisplayDependency |
function |
core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php |
Tests the dependency between ImageStyle and entity display components. |
| ImageStyleIntegrationTest::testEntityDisplayDependencyRename |
function |
core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php |
Tests renaming the ImageStyle. |
| ImageStyleResourceTestBase::$entity |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php |
The ImageStyle entity. |
| ImageStyleResourceTestBase::$entityTypeId |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php |
|
| ImageStyleResourceTestBase::createEntity |
function |
core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php |
|
| ImageStyleResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php |
|
| ImageStyleResourceTestBase::getNormalizedPostEntity |
function |
core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php |
|
| ImageStyleTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php |
|
| ImageStyleTest::$entityType |
property |
core/modules/image/tests/src/Unit/ImageStyleTest.php |
The entity type used for testing. |
| 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 |
|
| 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 |
|
| 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(). |
| 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. |
| 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 |
|
| 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::getPluginBlockId |
function |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
Gets a block ID for an inline block plugin. |
| 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. |