| 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 |
Tests Drupal\layout_builder\InlineBlockEntityOperations. |
| 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. |
| InputTest::testInputInConfigEntityIds |
function |
core/tests/Drupal/KernelTests/Core/Recipe/InputTest.php |
Tests using input values in entity IDs for config actions. |
| 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. |
| InternalEntitiesTest::$referencingEntity |
property |
core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php |
An entity referencing an internal entity. |
| InvalidEntityException |
class |
core/lib/Drupal/Core/DefaultContent/InvalidEntityException.php |
Thrown if an entity being imported has validation errors. |
| InvalidEntityException.php |
file |
core/lib/Drupal/Core/DefaultContent/InvalidEntityException.php |
|
| InvalidEntityException::__construct |
function |
core/lib/Drupal/Core/DefaultContent/InvalidEntityException.php |
|
| jsonapi.entity_access_checker |
service |
core/modules/jsonapi/jsonapi.services.yml |
Drupal\jsonapi\Access\EntityAccessChecker |
| jsonapi.entity_resource |
service |
core/modules/jsonapi/jsonapi.services.yml |
Drupal\jsonapi\Controller\EntityResource |
| JsonApiDocumentTopLevelNormalizer::$entityTypeManager |
property |
core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php |
The entity type manager. |
| JsonApiFilterRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiFilterRegressionTest.php |
Ensure filtering on relationships works with bundle-specific target types. |
| JsonApiFilterRegressionTest::testFilteringEntitiesByEntityReferenceTargetId |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiFilterRegressionTest.php |
Tests that collections can be filtered by an entity reference target_id. |
| JsonapiHooks::entityBundleCreate |
function |
core/modules/jsonapi/src/Hook/JsonapiHooks.php |
Implements hook_entity_bundle_create(). |
| JsonapiHooks::entityBundleDelete |
function |
core/modules/jsonapi/src/Hook/JsonapiHooks.php |
Implements hook_entity_bundle_delete(). |
| JsonapiHooks::entityCreate |
function |
core/modules/jsonapi/src/Hook/JsonapiHooks.php |
Implements hook_entity_create(). |
| JsonapiHooks::entityDelete |
function |
core/modules/jsonapi/src/Hook/JsonapiHooks.php |
Implements hook_entity_delete(). |
| JsonapiHooks::jsonapiEntityFilterAccess |
function |
core/modules/jsonapi/src/Hook/JsonapiHooks.php |
Implements hook_jsonapi_entity_filter_access(). |
| JsonapiHooks::jsonapiEntityTestFilterAccess |
function |
core/modules/jsonapi/src/Hook/JsonapiHooks.php |
Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'entity_test'. |
| JsonApiPatchRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php |
Ensure filtering on relationships works with bundle-specific target types. |
| JsonApiPatchRegressionTest::testDanglingReferencesInAnEntityReferenceFieldFromIssue2968972 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php |
Cannot PATCH an entity with dangling references in an ER field. |
| JsonApiPatchRegressionTest::testNonTranslatableEntityUpdatesFromIssue3043168 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php |
Ensure non-translatable entities can be PATCHed with an alternate language. |
| JsonApiRegressionTest::testDanglingReferencesInAnEntityReferenceFieldFromIssue2984647 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Cannot GET an entity with dangling references in an ER field. |
| JsonApiRegressionTest::testDeepNestedIncludeMultiTargetEntityTypeFieldFromIssue2973681 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Ensure deep nested include works on multi target entity type field. |
| JsonApiRegressionTest::testInvalidDataTriggersUnprocessableEntityErrorFromIssue3052954 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Ensure POSTing invalid data results in a 422 response, not a PHP error. |
| JsonApiRelationshipTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/JsonApiRelationshipTest.php |
The entity type ID. |
| JsonapiTestFieldAccessHooks::entityFieldAccess |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_field_access/src/Hook/JsonapiTestFieldAccessHooks.php |
Implements hook_entity_field_access(). |
| JsonapiTestNonCacheableMethodsHooks::entityPredelete |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/src/Hook/JsonapiTestNonCacheableMethodsHooks.php |
Implements hook_entity_predelete(). |