JsonApiDocumentTopLevelNormalizerTest::testDenormalizeUuid |
function |
core/modules/jsonapi/tests/src/Unit/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php |
Ensures only valid UUIDs can be specified. |
JsonApiRelationshipTest::testPatchHandleUUIDPropertyReferenceFieldIssue3127883 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRelationshipTest.php |
Test relationships without target_id as main property. |
JsonApiTopLevelResourceNormalizerTest::denormalizeUuidProviderBuilder |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
We cannot use a PHPUnit data provider because our data depends on $this. |
JsonApiTopLevelResourceNormalizerTest::testDenormalizeUuid |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Try to POST a node and check if it exists afterwards. |
JsonApiTopLevelResourceNormalizerTest::testNormalizeUuid |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Tests normalize uuid. |
KeyValueEntityStorage::$uuidService |
property |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
The UUID service. |
KeyValueEntityStorageTest::$uuidService |
property |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
The UUID service. |
KeyValueEntityStorageTest::testCreateWithoutUuidKey |
function |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
Tests create without uuid key. |
KeyValueEntityStorageTest::testCreateWithPredefinedUuid |
function |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
Tests create with predefined uuid. |
LoadTest::testUuidValues |
function |
core/modules/file/tests/src/Kernel/LoadTest.php |
Loads a single file and ensure that the correct values are returned. |
MediaEmbedFilterTestBase::EMBEDDED_ENTITY_UUID |
constant |
core/modules/media/tests/src/Kernel/MediaEmbedFilterTestBase.php |
The UUID to use for the embedded entity. |
MediaEntityMetadataApiTest::$uuidService |
property |
core/modules/ckeditor5/tests/src/Functional/MediaEntityMetadataApiTest.php |
|
MenuLinkContent::getUuid |
function |
core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php |
Returns the unique ID representing the menu link. |
MoveBlockForm::$uuid |
property |
core/modules/layout_builder/src/Form/MoveBlockForm.php |
The component uuid. |
no-uuid.yml |
file |
core/tests/fixtures/default_content_broken/no-uuid.yml |
core/tests/fixtures/default_content_broken/no-uuid.yml |
paramconverter.jsonapi.entity_uuid |
service |
core/modules/jsonapi/jsonapi.services.yml |
Drupal\jsonapi\ParamConverter\EntityUuidConverter |
RemoveBlockForm::$uuid |
property |
core/modules/layout_builder/src/Form/RemoveBlockForm.php |
The UUID of the block being removed. |
ResourceTestBase::$uuidKey |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
The UUID key. |
ResponsiveImageStyleResourceTestBase::$effectUuid |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php |
The effect UUID. |
SectionComponent::$uuid |
property |
core/modules/layout_builder/src/SectionComponent.php |
The UUID of the component. |
SectionComponent::getUuid |
function |
core/modules/layout_builder/src/SectionComponent.php |
Gets the UUID for this component. |
SectionTest::testGetComponentInvalidUuid |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests get component invalid uuid. |
SectionTest::testInsertAfterComponentInvalidUuid |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests insert after component invalid uuid. |
SectionTest::testInsertAfterComponentValidUuidRegionMismatch |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests insert after component valid uuid region mismatch. |
serializer.entity_resolver.uuid |
service |
core/modules/serialization/serialization.services.yml |
Drupal\serialization\EntityResolver\UuidResolver |
StorageComparer::validateSiteUuid |
function |
core/lib/Drupal/Core/Config/StorageComparer.php |
Validates that the system.site::uuid in the source and target match. |
StorageComparerInterface::validateSiteUuid |
function |
core/lib/Drupal/Core/Config/StorageComparerInterface.php |
Validates that the system.site::uuid in the source and target match. |
StubEntityBase::$uuid |
property |
core/tests/Drupal/Tests/Core/Entity/StubEntityBase.php |
The UUID for the stub entity. |
SystemConfigSubscriber::onConfigImporterValidateSiteUUID |
function |
core/modules/system/src/SystemConfigSubscriber.php |
Checks that the configuration synchronization is valid. |
UserRegistrationTest::testUuidFormState |
function |
core/modules/user/tests/src/Functional/UserRegistrationTest.php |
Tests that UUID isn't cached in form state on register form. |
uuid |
service |
core/core.services.yml |
Drupal\Component\Uuid\Php |
Uuid |
class |
core/lib/Drupal/Component/Uuid/Uuid.php |
UUID Helper methods. |
Uuid.php |
file |
core/lib/Drupal/Component/Uuid/Uuid.php |
|
Uuid::isValid |
function |
core/lib/Drupal/Component/Uuid/Uuid.php |
Checks that a string appears to be in the format of a lower-case UUID. |
Uuid::VALID_PATTERN |
constant |
core/lib/Drupal/Component/Uuid/Uuid.php |
The pattern used to validate a UUID string. |
UuidConstraint |
class |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UuidConstraint.php |
Validates a UUID. |
UuidConstraint.php |
file |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UuidConstraint.php |
|
UuidConstraint::validatedBy |
function |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UuidConstraint.php |
|
UuidFormatterTest |
class |
core/modules/field/tests/src/Kernel/KernelString/UuidFormatterTest.php |
Tests the output of a UUID field. |
UuidFormatterTest.php |
file |
core/modules/field/tests/src/Kernel/KernelString/UuidFormatterTest.php |
|
UuidFormatterTest::$modules |
property |
core/modules/field/tests/src/Kernel/KernelString/UuidFormatterTest.php |
Modules to install. |
UuidFormatterTest::setUp |
function |
core/modules/field/tests/src/Kernel/KernelString/UuidFormatterTest.php |
|
UuidFormatterTest::testUuidStringFormatter |
function |
core/modules/field/tests/src/Kernel/KernelString/UuidFormatterTest.php |
Tests string formatter output. |
UuidInterface |
interface |
core/lib/Drupal/Component/Uuid/UuidInterface.php |
Interface for generating UUIDs. |
UuidInterface.php |
file |
core/lib/Drupal/Component/Uuid/UuidInterface.php |
|
UuidInterface::generate |
function |
core/lib/Drupal/Component/Uuid/UuidInterface.php |
Generates a Universally Unique IDentifier (UUID). |
UuidItem |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UuidItem.php |
Defines the 'uuid' entity field type. |
UuidItem.php |
file |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UuidItem.php |
|
UuidItem::applyDefaultValue |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UuidItem.php |
Applies the default value. |
UuidItem::defaultStorageSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UuidItem.php |
Defines the storage-level settings for this plugin. |