|
Uuid |
class |
drupal/core/lib/Drupal/Component/Uuid/Uuid.php |
Factory class for UUIDs. |
|
Uuid.php |
file |
drupal/core/lib/Drupal/Component/Uuid/Uuid.php |
Definition of Drupal\Component\Uuid\Uuid. |
|
File::$uuid |
property |
drupal/core/modules/file/lib/Drupal/file/Plugin/Core/Entity/File.php |
The file UUID. |
|
User::$uuid |
property |
drupal/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/User.php |
The user UUID. |
|
View::$uuid |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
The UUID for this entity. |
|
Node::$uuid |
property |
drupal/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php |
The node UUID. |
|
Term::$uuid |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Term.php |
The term UUID. |
|
ViewUI::uuid |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Entity\EntityInterface::uuid(). |
|
UuidUnitTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Uuid/UuidUnitTest.php |
Tests the Drupal\Component\Uuid\Uuid class. |
|
Entity::uuid |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements EntityInterface::uuid(). |
|
UuidInterface |
interface |
drupal/core/lib/Drupal/Component/Uuid/UuidInterface.php |
Interface that defines a UUID backend. |
|
Uuid::$plugin |
property |
drupal/core/lib/Drupal/Component/Uuid/Uuid.php |
Holds the UUID implementation. |
|
Uuid::isValid |
function |
drupal/core/lib/Drupal/Component/Uuid/Uuid.php |
Checks that a string appears to be in the format of a UUID. |
|
EntityNG::uuid |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Overrides Entity::uuid(). |
|
Uuid::generate |
function |
drupal/core/lib/Drupal/Component/Uuid/Uuid.php |
Generates a universally unique identifier. |
|
EntityUUIDTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php |
Tests creation, saving, and loading of entity UUIDs. |
|
Comment::$uuid |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php |
The comment UUID. |
|
Category::$uuid |
property |
drupal/core/modules/contact/lib/Drupal/contact/Plugin/Core/Entity/Category.php |
The category UUID. |
|
UuidUnitTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Uuid/UuidUnitTest.php |
Definition of Drupal\system\Tests\Uuid\UuidUnitTest. |
|
update_add_uuids |
function |
drupal/core/includes/update.inc |
Helper function to update entities with uuid. |
|
ConfigTest::$uuid |
property |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/Plugin/Core/Entity/ConfigTest.php |
The UUID for the configuration entity. |
|
Breakpoint::$uuid |
property |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/Breakpoint.php |
The breakpoint UUID. |
|
Uuid::__construct |
function |
drupal/core/lib/Drupal/Component/Uuid/Uuid.php |
Instantiates the correct UUID object. |
|
EntityTest::$uuid |
property |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTest.php |
The entity UUID. |
|
UuidInterface.php |
file |
drupal/core/lib/Drupal/Component/Uuid/UuidInterface.php |
Definition of Drupal\Component\Uuid\UuidInterface. |
|
DisplayBase::$uuid |
property |
drupal/core/modules/layout/lib/Drupal/layout/Config/DisplayBase.php |
The UUID identifying a specific display object. |
|
EntityUUIDTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php |
Definition of Drupal\system\Tests\Entity\EntityUUIDTest. |
|
UuidUpgradePathTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UuidUpgradePathTest.php |
Performs major version release upgrade tests on a populated database. |
|
UuidUnitTest::$uuid |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Uuid/UuidUnitTest.php |
The UUID object to be used for generating UUIDs. |
|
UuidUnitTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Uuid/UuidUnitTest.php |
Sets up unit test environment. |
|
entity_load_by_uuid |
function |
drupal/core/includes/entity.inc |
Loads an entity by UUID. |
|
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). |
|
UuidUnitTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Uuid/UuidUnitTest.php |
|
|
PictureMapping::$uuid |
property |
drupal/core/modules/picture/lib/Drupal/picture/Plugin/Core/Entity/PictureMapping.php |
The picture UUID. |
|
BreakpointGroup::$uuid |
property |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php |
The breakpoint group UUID. |
|
UuidInterface::generate |
function |
drupal/core/lib/Drupal/Component/Uuid/UuidInterface.php |
Generates a Universally Unique IDentifier (UUID). |
|
EntityUUIDTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php |
|
|
UuidUpgradePathTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UuidUpgradePathTest.php |
Definition of Drupal\system\Tests\Upgrade\UuidUpgradePathTest. |
|
EntityUUIDTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php |
Modules to enable. |
|
EntityUUIDTest::testCRUD |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php |
Tests UUID generation in entity CRUD operations. |
|
UuidUpgradePathTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UuidUpgradePathTest.php |
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing. |
|
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. |
|
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. |
|
DatabaseStorageController::$uuidKey |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Name of entity's UUID database table field, if it supports UUIDs. |
|
UuidUpgradePathTest::testUuidUpgrade |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UuidUpgradePathTest.php |
Tests a successful point release update. |