Search for uuid

  1. Search 7.x for uuid
  2. Search 9.5.x for uuid
  3. Search 8.9.x for uuid
  4. Search 11.x for uuid
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
uuid service core/core.services.yml Drupal\Component\Uuid\Php
Uuid class core/lib/Drupal/Component/Uuid/Uuid.php UUID Helper methods.

All search results

Title Object type File name Summary
SectionTest::testInsertAfterComponentInvalidUuid function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertAfterComponent
SectionTest::testInsertAfterComponentValidUuidRegionMismatch function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertAfterComponent
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.
SystemConfigSubscriber::onConfigImporterValidateSiteUUID function core/modules/system/src/SystemConfigSubscriber.php Checks that the configuration synchronization is valid.
UrlTestEntity::$uuid property core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php
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 whether a string appears to be in the format of a 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 @todo Add method return type declaration.
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 enable.
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.
UuidItem::generateSampleValue function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UuidItem.php Generates placeholder field values.
UuidItem::schema function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UuidItem.php Returns the schema for the field.
UuidItemTest class core/modules/field/tests/src/Kernel/KernelString/UuidItemTest.php Tests the UUID field.
UuidItemTest.php file core/modules/field/tests/src/Kernel/KernelString/UuidItemTest.php
UuidItemTest::testSampleValue function core/modules/field/tests/src/Kernel/KernelString/UuidItemTest.php Tests 'uuid' random values.
UuidReferenceInterface interface core/modules/serialization/src/EntityResolver/UuidReferenceInterface.php Interface for extracting UUID from entity reference data when denormalizing.
UuidReferenceInterface.php file core/modules/serialization/src/EntityResolver/UuidReferenceInterface.php
UuidReferenceInterface::getUuid function core/modules/serialization/src/EntityResolver/UuidReferenceInterface.php Get the uuid from the data array.
UuidResolver class core/modules/serialization/src/EntityResolver/UuidResolver.php Resolves entities from data that contains an entity UUID.
UuidResolver.php file core/modules/serialization/src/EntityResolver/UuidResolver.php
UuidResolver::$entityRepository property core/modules/serialization/src/EntityResolver/UuidResolver.php The entity repository.
UuidResolver::resolve function core/modules/serialization/src/EntityResolver/UuidResolver.php Returns the local ID of an entity referenced by serialized data.
UuidResolver::__construct function core/modules/serialization/src/EntityResolver/UuidResolver.php Constructs a UuidResolver object.
UuidResolverTest class core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php @coversDefaultClass \Drupal\serialization\EntityResolver\UuidResolver
@group serialization
UuidResolverTest.php file core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php
UuidResolverTest::$entityRepository property core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php The mock entity repository service.
UuidResolverTest::$resolver property core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php The UuidResolver instance.
UuidResolverTest::setUp function core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php
UuidResolverTest::testResolveNoEntity function core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php Tests resolve() with correct interface but no matching entity for the UUID.
UuidResolverTest::testResolveNotInInterface function core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php Tests resolve() with a class using the incorrect interface.
UuidResolverTest::testResolveNoUuid function core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php Tests resolve() with a class using the correct interface but no UUID.
UuidResolverTest::testResolveWithEntity function core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php Tests resolve() when a UUID corresponds to an entity.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.