|
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. |
|
User::$uuid |
property |
drupal/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/User.php |
The user UUID. |
|
Role::$uuid |
property |
drupal/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/Role.php |
The UUID of this role. |
|
File::$uuid |
property |
drupal/core/modules/file/lib/Drupal/file/Plugin/Core/Entity/File.php |
The file 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. |
|
Menu::$uuid |
property |
drupal/core/modules/system/lib/Drupal/system/Plugin/Core/Entity/Menu.php |
The menu 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_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. |
|
Field::$uuid |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php |
The field UUID. |
|
Block::$uuid |
property |
drupal/core/modules/block/lib/Drupal/block/Plugin/Core/Entity/Block.php |
The block UUID. |
|
UuidResolver |
class |
drupal/core/modules/serialization/lib/Drupal/serialization/EntityResolver/UuidResolver.php |
Resolves entities from data that contains an entity UUID. |
|
Entity::uuid |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements \Drupal\Core\Entity\EntityInterface::uuid(). |
|
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. |
|
Action::$uuid |
property |
drupal/core/modules/system/lib/Drupal/system/Plugin/Core/Entity/Action.php |
The UUID of the action. |
|
UuidInterface |
interface |
drupal/core/lib/Drupal/Component/Uuid/UuidInterface.php |
Interface that defines a UUID backend. |
|
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. |
|
Uuid::generate |
function |
drupal/core/lib/Drupal/Component/Uuid/Uuid.php |
Generates a universally unique identifier. |
|
EntityNG::uuid |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Overrides Entity::uuid(). |
|
Shortcut::$uuid |
property |
drupal/core/modules/shortcut/lib/Drupal/shortcut/Plugin/Core/Entity/Shortcut.php |
The UUID for the configuration entity. |
|
MenuLink::$uuid |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
The menu link UUID. |
|
Category::$uuid |
property |
drupal/core/modules/contact/lib/Drupal/contact/Plugin/Core/Entity/Category.php |
The category UUID. |
|
update_add_uuids |
function |
drupal/core/includes/update.inc |
Helper function to update entities with uuid. |
|
UuidResolver.php |
file |
drupal/core/modules/serialization/lib/Drupal/serialization/EntityResolver/UuidResolver.php |
Contains \Drupal\serialization\EntityResolver\UuidResolver |
|
UuidUnitTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Uuid/UuidUnitTest.php |
Definition of Drupal\system\Tests\Uuid\UuidUnitTest. |
|
UuidInterface.php |
file |
drupal/core/lib/Drupal/Component/Uuid/UuidInterface.php |
Definition of Drupal\Component\Uuid\UuidInterface. |
|
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. |
|
EntityTest::$uuid |
property |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTest.php |
The entity UUID. |
|
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. |
|
Vocabulary::$uuid |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Vocabulary.php |
The vocabulary UUID. |
|
EntityUUIDTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php |
Definition of Drupal\system\Tests\Entity\EntityUUIDTest. |
|
CustomBlock::$uuid |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php |
The block UUID. |
|
DisplayBase::$uuid |
property |
drupal/core/modules/layout/lib/Drupal/layout/Config/DisplayBase.php |
The UUID identifying a specific display object. |
|
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. |
|
UuidUpgradePathTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UuidUpgradePathTest.php |
Performs major version release upgrade tests on a populated database. |
|
FilterFormat::$uuid |
property |
drupal/core/modules/filter/lib/Drupal/filter/Plugin/Core/Entity/FilterFormat.php |
The UUID for this entity. |
|
entity_load_by_uuid |
function |
drupal/core/includes/entity.inc |
Loads an entity by UUID. |
|
FieldInstance::$uuid |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php |
The instance UUID. |
|
ConfigContext::$uuid |
property |
drupal/core/lib/Drupal/Core/Config/Context/ConfigContext.php |
A unique identifier for the context. |
|
UuidUnitTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Uuid/UuidUnitTest.php |
|
|
EntityViewMode::$uuid |
property |
drupal/core/modules/entity/lib/Drupal/entity/Plugin/Core/Entity/EntityViewMode.php |
The UUID of the view mode. |
|
UuidResolver::resolve |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/EntityResolver/UuidResolver.php |
Implements \Drupal\serialization\EntityResolver\EntityResolverInterface::resolve(). |
|
EntityUUIDTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php |
Sets up Drupal unit test environment. |
|
PictureMapping::$uuid |
property |
drupal/core/modules/picture/lib/Drupal/picture/Plugin/Core/Entity/PictureMapping.php |
The picture UUID. |