Search for uuid

  1. Search 7.x for uuid
  2. Search 8.9.x for uuid
  3. Search 10.3.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
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 Name of entity's UUID database table field, if it supports UUIDs.
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 @covers ::create[[api-linebreak]]
@covers ::doCreate[[api-linebreak]]
ConfigEntityStorageTest::testSaveChangedUuid function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save[[api-linebreak]]
@covers ::doSave[[api-linebreak]]
ContentEntityBase::uuid function core/lib/Drupal/Core/Entity/ContentEntityBase.php Gets the entity UUID (Universally Unique Identifier).
ContentEntityBaseUnitTest::$uuid property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The UUID generator used for testing.
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 Gets the entity UUID (Universally Unique Identifier).
EntityBase::uuidGenerator function core/lib/Drupal/Core/Entity/EntityBase.php Gets the UUID generator.
EntityDisplayModeBaseUnitTest::$uuid property core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php The UUID generator used for testing.
EntityInterface::uuid function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the entity UUID (Universally Unique Identifier).
EntityRepository::loadEntityByUuid function core/lib/Drupal/Core/Entity/EntityRepository.php Loads an entity by UUID.
EntityRepositoryInterface::loadEntityByUuid function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Loads an entity by UUID.
EntityStorageBase::$uuidKey property core/lib/Drupal/Core/Entity/EntityStorageBase.php Name of entity's UUID database table field, if it supports UUIDs.
EntityStorageBase::$uuidService property core/lib/Drupal/Core/Entity/EntityStorageBase.php The UUID service.
EntityUnitTest::$uuid property core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php The UUID generator used for testing.
EntityUnitTest::testUuid function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::uuid[[api-linebreak]]
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 @covers ::create[[api-linebreak]]
@covers ::doCreate[[api-linebreak]]
KeyValueEntityStorageTest::testCreateWithPredefinedUuid function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::create[[api-linebreak]]
@covers ::doCreate[[api-linebreak]]
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.
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
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.
UuidTest class core/tests/Drupal/Tests/Component/Uuid/UuidTest.php Tests the handling of Universally Unique Identifiers (UUIDs).
UuidTest.php file core/tests/Drupal/Tests/Component/Uuid/UuidTest.php
UuidTest::providerTestValidation function core/tests/Drupal/Tests/Component/Uuid/UuidTest.php Data provider for UUID instance tests.
UuidTest::providerUuidInstances function core/tests/Drupal/Tests/Component/Uuid/UuidTest.php Data provider for UUID instance tests.
UuidTest::testGenerateUuid function core/tests/Drupal/Tests/Component/Uuid/UuidTest.php Tests generating valid UUIDs.
UuidTest::testUuidIsUnique function core/tests/Drupal/Tests/Component/Uuid/UuidTest.php Tests that generated UUIDs are unique.

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