Uid |
class |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument/Uid.php |
Argument handler to accept a user id. |
Uuid |
class |
drupal/core/lib/Drupal/Component/Uuid/Uuid.php |
Factory class for UUIDs. |
UserUid |
class |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/argument/UserUid.php |
Argument handler to accept a user id to check for nodes that
user posted or commented on. |
UserUid |
class |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/UserUid.php |
Filter handler to accept a user id to check for nodes that user posted or
commented on. |
Uid.php |
file |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument/Uid.php |
Definition of Drupal\user\Plugin\views\argument\Uid. |
Uuid.php |
file |
drupal/core/lib/Drupal/Component/Uuid/Uuid.php |
Definition of Drupal\Component\Uuid\Uuid. |
File::$uid |
property |
drupal/core/modules/file/lib/Drupal/file/Plugin/Core/Entity/File.php |
The uid of the user who is associated with the file. |
User::$uid |
property |
drupal/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/User.php |
The user ID. |
Node::$uid |
property |
drupal/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php |
The node owner's user ID. |
File::$uuid |
property |
drupal/core/modules/file/lib/Drupal/file/Plugin/Core/Entity/File.php |
The file UUID. |
UserUid.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/argument/UserUid.php |
Definition of Drupal\comment\Plugin\views\argument\UserUid. |
UserUid.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/UserUid.php |
Definition of Drupal\comment\Plugin\views\filter\UserUid. |
User::$uuid |
property |
drupal/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/User.php |
The user UUID. |
UidRevision |
class |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/UidRevision.php |
Filter handler to accept a user id to check for nodes that
user posted or created a revision on. |
View::$uuid |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
The UUID for this entity. |
UidRevision |
class |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/UidRevision.php |
Filter handler to check for revisions a certain user has created. |
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. |
Comment::$uid |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php |
The comment author ID. |
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. |
UserUid::title |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/argument/UserUid.php |
Get the title this argument will assign the view, given the argument. |
UserUid::query |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/argument/UserUid.php |
Set up the query for this argument. |
UserUid::query |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/UserUid.php |
Add this filter to the query. |
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. |
UidRevision.php |
file |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/UidRevision.php |
Definition of Drupal\node\Plugin\views\argument\UidRevision. |
UidRevision.php |
file |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/UidRevision.php |
Definition of Drupal\node\Plugin\views\filter\UidRevision. |
Uid::title_query |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument/Uid.php |
Override the behavior of title(). Get the name of the user. |
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. |
FilterUserUIDTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Comment/FilterUserUIDTest.php |
Tests the filter_comment_user_uid handler. |
UidRevision::query |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/UidRevision.php |
Set up the query for this argument. |
UidRevision::query |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/UidRevision.php |
Add this filter to the query. |
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. |