BlockConfigEntityUnitTest::$uuid |
property |
core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php |
The UUID generator used for testing. |
BlockContentBlock::$uuidLookup |
property |
core/modules/block_content/src/Plugin/Block/BlockContentBlock.php |
The block content UUID lookup service. |
BlockContentThemeSuggestionsTest::$uuid |
property |
core/modules/block_content/tests/src/Functional/BlockContentThemeSuggestionsTest.php |
The UUID for a block content entity. |
BlockContentUuidLookup |
class |
core/modules/block_content/src/BlockContentUuidLookup.php |
A cache collector that caches IDs for block_content UUIDs. |
BlockContentUuidLookup.php |
file |
core/modules/block_content/src/BlockContentUuidLookup.php |
|
BlockContentUuidLookup::$entityTypeManager |
property |
core/modules/block_content/src/BlockContentUuidLookup.php |
The entity type manager. |
BlockContentUuidLookup::resolveCacheMiss |
function |
core/modules/block_content/src/BlockContentUuidLookup.php |
Resolves a cache miss. |
BlockContentUuidLookup::__construct |
function |
core/modules/block_content/src/BlockContentUuidLookup.php |
Constructs a BlockContentUuidLookup instance. |
block_content.uuid_lookup |
service |
core/modules/block_content/block_content.services.yml |
\Drupal\block_content\BlockContentUuidLookup |
ConfigDuplicateUUIDException |
class |
core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php |
Exception thrown when a config object UUID causes a conflict. |
ConfigDuplicateUUIDException.php |
file |
core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php |
|
ConfigEntityBase::$uuid |
property |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
The UUID for this entity. |
ConfigEntityBaseUnitTest::$uuid |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The UUID generator used for testing. |
ConfigEntityStorage::$uuidKey |
property |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
|
ConfigEntityStorageTest::$uuidService |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php |
The UUID service. |
ConfigEntityStorageTest::testCreateWithPredefinedUuid |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php |
Tests create with predefined uuid. |
ConfigEntityStorageTest::testSaveChangedUuid |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php |
Tests save changed uuid. |
ConfigEntityStorageTest::testUUIDConflict |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php |
Tests creating configuration entities with changed UUIDs. |
ConfigImporterTest::testSiteUuidValidate |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php |
Tests verification of site UUID before importing configuration. |
ConfigImportUITest::testImportSiteUuidValidation |
function |
core/modules/config/tests/src/Functional/ConfigImportUITest.php |
Tests verification of site UUID before importing configuration. |
ConfigureBlockFormBase::$uuid |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The UUID of the component. |
ConfigureBlockFormBase::$uuidGenerator |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The UUID generator. |
ContentEntityBase::uuid |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
ContentEntityBaseUnitTest::$uuid |
property |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
The UUID generator used for testing. |
ContentLanguageSettingsUnitTest::$uuid |
property |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
The UUID generator used for testing. |
EditorConfigEntityUnitTest::$uuid |
property |
core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php |
The UUID generator used for testing. |
EntityAccessControlHandlerTest::testEntityWithoutUuidAccessCache |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php |
Ensures the static access cache works correctly in the absence of a UUID. |
EntityAccessControlHandlerTest::testEntityWithUuidAccessCache |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php |
Ensures the static access cache works correctly with a UUID and revisions. |
EntityAdapterUnitTest::$uuid |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The UUID generator used for testing. |
EntityBase::uuid |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
|
EntityBase::uuidGenerator |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the UUID generator. |
EntityBaseTest::$uuid |
property |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
The entity UUID. |
EntityDisplayModeBaseUnitTest::$uuid |
property |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php |
The UUID generator used for testing. |
EntityFieldDefaultValueTest::$uuid |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php |
The UUID object to be used for generating UUIDs. |
EntityInterface::uuid |
function |
core/lib/Drupal/Core/Entity/EntityInterface.php |
Gets the entity UUID (Universally Unique Identifier). |
EntityLoadByUuidTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php |
Tests loading entities by UUID. |
EntityLoadByUuidTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php |
|
EntityLoadByUuidTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php |
|
EntityLoadByUuidTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php |
|
EntityLoadByUuidTest::testLoadEntityByUuidAccessChecking |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php |
Ensures that ::loadEntityByUuid() doesn't apply access checking. |
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithEmptyUuid |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php |
Tests denormalize with empty uuid. |
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithTypeAndUuid |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php |
Tests denormalize with type and uuid. |
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithTypeWithIncorrectUuid |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php |
Tests denormalize with type with incorrect uuid. |
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithUuidWithIncorrectType |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php |
Tests denormalize with uuid with incorrect type. |
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithUuidWithoutType |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php |
Tests denormalize with uuid without type. |
EntityReferenceUuidItem |
class |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Plugin/Field/FieldType/EntityReferenceUuidItem.php |
Defines the 'entity_reference_uuid' entity field type. |
EntityReferenceUuidItem.php |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Plugin/Field/FieldType/EntityReferenceUuidItem.php |
|
EntityReferenceUuidItem::generateSampleValue |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Plugin/Field/FieldType/EntityReferenceUuidItem.php |
|
EntityReferenceUuidItem::hasNewEntity |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Plugin/Field/FieldType/EntityReferenceUuidItem.php |
Determines whether the item holds an unsaved entity. |
EntityReferenceUuidItem::isEmpty |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Plugin/Field/FieldType/EntityReferenceUuidItem.php |
|