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 |
Tests Drupal\serialization\EntityResolver\UuidResolver. |
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. |
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. |
UuidTest::testValidation |
function |
core/tests/Drupal/Tests/Component/Uuid/UuidTest.php |
Tests UUID validation. |
UuidValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php |
Tests the UUID validator. |
UuidValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php |
|
UuidValidatorTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php |
Modules to install. |
UuidValidatorTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php |
|
UuidValidatorTest::testUuid |
function |
core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php |
|
ViewsTestQueryAccessHooks::restrictByUuid |
function |
core/modules/views/tests/modules/views_test_query_access/src/Hook/ViewsTestQueryAccessHooks.php |
Excludes entities with the 'hidden-ENTITY_TYPE_ID' UUID from a query. |
ViewUI::uuid |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the entity UUID (Universally Unique Identifier). |
WorkspacesEntityRepository::loadEntityByUuid |
function |
core/modules/workspaces/src/WorkspacesEntityRepository.php |
Loads an entity by UUID. |
_editor_get_file_uuids_by_field |
function |
core/modules/editor/editor.module |
Finds all files referenced (data-entity-uuid) by formatted text fields. |
_editor_parse_file_uuids |
function |
core/modules/editor/editor.module |
Parse an HTML snippet for any linked file with data-entity-uuid attributes. |