Search for uuid
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| uuid | service | core/ |
Drupal\Component\Uuid\Php |
| Uuid | class | core/ |
UUID Helper methods. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| SectionTest::testInsertAfterComponentInvalidUuid | function | core/ |
@covers ::insertAfterComponent[[api-linebreak]] |
| SectionTest::testInsertAfterComponentValidUuidRegionMismatch | function | core/ |
@covers ::insertAfterComponent[[api-linebreak]] |
| serializer.entity_resolver.uuid | service | core/ |
Drupal\serialization\EntityResolver\UuidResolver |
| StorageComparer::validateSiteUuid | function | core/ |
Validates that the system.site::uuid in the source and target match. |
| StorageComparerInterface::validateSiteUuid | function | core/ |
Validates that the system.site::uuid in the source and target match. |
| SystemConfigSubscriber::onConfigImporterValidateSiteUUID | function | core/ |
Checks that the configuration synchronization is valid. |
| UserRegistrationTest::testUuidFormState | function | core/ |
Tests that UUID isn't cached in form state on register form. |
| uuid | service | core/ |
Drupal\Component\Uuid\Php |
| Uuid | class | core/ |
UUID Helper methods. |
| Uuid.php | file | core/ |
|
| Uuid::isValid | function | core/ |
Checks whether a string appears to be in the format of a UUID. |
| Uuid::VALID_PATTERN | constant | core/ |
The pattern used to validate a UUID string. |
| UuidConstraint | class | core/ |
Validates a UUID. |
| UuidConstraint.php | file | core/ |
|
| UuidConstraint::validatedBy | function | core/ |
|
| UuidFormatterTest | class | core/ |
Tests the output of a UUID field. |
| UuidFormatterTest.php | file | core/ |
|
| UuidFormatterTest::$modules | property | core/ |
Modules to enable. |
| UuidFormatterTest::setUp | function | core/ |
|
| UuidFormatterTest::testUuidStringFormatter | function | core/ |
Tests string formatter output. |
| UuidInterface | interface | core/ |
Interface for generating UUIDs. |
| UuidInterface.php | file | core/ |
|
| UuidInterface::generate | function | core/ |
Generates a Universally Unique IDentifier (UUID). |
| UuidItem | class | core/ |
Defines the 'uuid' entity field type. |
| UuidItem.php | file | core/ |
|
| UuidItem::applyDefaultValue | function | core/ |
Applies the default value. |
| UuidItem::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
| UuidItem::generateSampleValue | function | core/ |
Generates placeholder field values. |
| UuidItem::schema | function | core/ |
Returns the schema for the field. |
| UuidItemTest | class | core/ |
Tests the UUID field. |
| UuidItemTest.php | file | core/ |
|
| UuidItemTest::testSampleValue | function | core/ |
Tests 'uuid' random values. |
| UuidReferenceInterface | interface | core/ |
Interface for extracting UUID from entity reference data when denormalizing. |
| UuidReferenceInterface.php | file | core/ |
|
| UuidReferenceInterface::getUuid | function | core/ |
Get the uuid from the data array. |
| UuidResolver | class | core/ |
Resolves entities from data that contains an entity UUID. |
| UuidResolver.php | file | core/ |
|
| UuidResolver::$entityRepository | property | core/ |
The entity repository. |
| UuidResolver::resolve | function | core/ |
Returns the local ID of an entity referenced by serialized data. |
| UuidResolver::__construct | function | core/ |
Constructs a UuidResolver object. |
| UuidResolverTest | class | core/ |
@coversDefaultClass \Drupal\serialization\EntityResolver\UuidResolver[[api-linebreak]] @group serialization |
| UuidResolverTest.php | file | core/ |
|
| UuidResolverTest::$entityRepository | property | core/ |
The mock entity repository service. |
| UuidResolverTest::$resolver | property | core/ |
The UuidResolver instance. |
| UuidResolverTest::setUp | function | core/ |
|
| UuidResolverTest::testResolveNoEntity | function | core/ |
Tests resolve() with correct interface but no matching entity for the UUID. |
| UuidResolverTest::testResolveNotInInterface | function | core/ |
Tests resolve() with a class using the incorrect interface. |
| UuidResolverTest::testResolveNoUuid | function | core/ |
Tests resolve() with a class using the correct interface but no UUID. |
| UuidResolverTest::testResolveWithEntity | function | core/ |
Tests resolve() when a UUID corresponds to an entity. |
| UuidTest | class | core/ |
Tests the handling of Universally Unique Identifiers (UUIDs). |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.