|
Uuid::determinePlugin |
function |
drupal/core/lib/Drupal/Component/Uuid/Uuid.php |
Determines the optimal implementation to use for generating UUIDs. |
|
EntityInterface::uuid |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Returns the entity UUID (Universally Unique Identifier). |
|
UuidReferenceInterface |
interface |
drupal/core/modules/serialization/lib/Drupal/serialization/EntityResolver/UuidReferenceInterface.php |
Interface for extracting UUID from entity reference data when denormalizing. |
|
CustomBlockType::$uuid |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlockType.php |
The custom block type UUID. |
|
BreakpointGroup::$uuid |
property |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php |
The breakpoint group UUID. |
|
ConfigContext::setUuid |
function |
drupal/core/lib/Drupal/Core/Config/Context/ConfigContext.php |
Implements \Drupal\Core\Config\Context\ContextInterface::setUuid(). |
|
ConfigContext::getUuid |
function |
drupal/core/lib/Drupal/Core/Config/Context/ConfigContext.php |
Implements \Drupal\Core\Config\Context\ContextInterface::getUuid(). |
|
UuidUpgradePathTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UuidUpgradePathTest.php |
Definition of Drupal\system\Tests\Upgrade\UuidUpgradePathTest. |
|
EntityUUIDTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php |
|
|
EntityBCDecorator::uuid |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
|
UuidInterface::generate |
function |
drupal/core/lib/Drupal/Component/Uuid/UuidInterface.php |
Generates a Universally Unique IDentifier (UUID). |
|
EntityDisplayBase::$uuid |
property |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php |
Unique UUID for the config entity. |
|
EntityUUIDTest::testCRUD |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php |
Tests UUID generation in entity CRUD operations. |
|
ContextInterface::setUuid |
function |
drupal/core/lib/Drupal/Core/Config/Context/ContextInterface.php |
Sets the uuid for the context. |
|
ContextInterface::getUuid |
function |
drupal/core/lib/Drupal/Core/Config/Context/ContextInterface.php |
Gets the uuid for the context. |
|
FieldInstance::$field_uuid |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php |
The UUID of the field attached to the bundle by this instance. |
|
UuidReferenceInterface.php |
file |
drupal/core/modules/serialization/lib/Drupal/serialization/EntityResolver/UuidReferenceInterface.php |
Contains \Drupal\serialization\EntityResolver\UuidReferenceInterface |
|
UuidUpgradePathTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UuidUpgradePathTest.php |
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing. |
|
EntityUUIDTest::assertCRUD |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php |
Executes the UUID CRUD tests for the given entity type. |
|
UuidUpgradePathTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UuidUpgradePathTest.php |
|
|
UuidUnitTest::testGenerateUuid |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Uuid/UuidUnitTest.php |
Tests generating a UUID. |
|
UuidUnitTest::testUuidIsUnique |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Uuid/UuidUnitTest.php |
Tests that generated UUIDs are unique. |
|
UuidReferenceInterface::getUuid |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/EntityResolver/UuidReferenceInterface.php |
Get the uuid from the data array. |
|
serializer.entity_resolver.uuid |
service |
drupal/core/modules/serialization/serialization.services.yml |
Drupal\serialization\EntityResolver\UuidResolver |
|
UuidUnitTest::testUuidValidation |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Uuid/UuidUnitTest.php |
Tests UUID validation. |
|
ConfigStorageController::$uuidKey |
property |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Name of the entity's UUID property. |
|
UuidUpgradePathTest::testUuidUpgrade |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UuidUpgradePathTest.php |
Tests a successful point release update. |
|
EntityStorageControllerBase::$uuidKey |
property |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
Name of entity's UUID database table field, if it supports UUIDs. |
|
EntityReferenceItemNormalizer::getUuid |
function |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/EntityReferenceItemNormalizer.php |
Implements \Drupal\serialization\EntityResolver\UuidReferenceInterface::getUuid(). |
|
EntityResolverTest::testUuidEntityResolver |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Tests/EntityResolverTest.php |
Test that fields referencing UUIDs can be denormalized. |