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
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.
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 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
@covers ::doCreate
ConfigEntityStorageTest::testSaveChangedUuid function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save
@covers ::doSave
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.
ConstraintsTest::testUuid function core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php
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.
ContentLanguageSettingsUnitTest::$uuid property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The UUID generator used for testing.
Drupal\Component\Uuid\UuidInterface service core/core.services.yml
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 Gets the entity UUID (Universally Unique Identifier).
EntityBase::uuidGenerator function core/lib/Drupal/Core/Entity/EntityBase.php Gets the UUID generator.
EntityBaseTest::$uuid property core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php
EntityBaseTest::$uuid property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php
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 Modules to enable.
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 @covers ::denormalize
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithTypeAndUuid function core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php @covers ::denormalize
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithTypeWithIncorrectUuid function core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php @covers ::denormalize
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithUuidWithIncorrectType function core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php @covers ::denormalize
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithUuidWithoutType function core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php @covers ::denormalize
EntityRepository::loadEntityByUuid function core/lib/Drupal/Core/Entity/EntityRepository.php
EntityRepositoryInterface::loadEntityByUuid function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Loads an entity by UUID.
EntityResourceTest::$nodeUuid property core/modules/jsonapi/tests/src/Kernel/Controller/EntityResourceTest.php Static UUIDs to use in testing.

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