Uuid |
class |
core/includes/uuid.inc |
Factory class for UUIDs. |
UuidCom |
class |
core/includes/uuid.inc |
UUID implementation using the Windows internal GUID extension. |
UuidPhp |
class |
core/includes/uuid.inc |
Generates an UUID v4 using PHP code. |
UuidPecl |
class |
core/includes/uuid.inc |
UUID implementation using the PECL extension. |
uuid.inc |
file |
core/includes/uuid.inc |
Handling of universally unique identifiers. |
File::$uid |
property |
core/modules/file/file.entity.inc |
The uid of the user who is associated with the file. |
User::$uid |
property |
core/modules/user/user.entity.inc |
The user ID. |
Node::$uid |
property |
core/modules/node/node.entity.inc |
The node owner's user ID. |
UuidInterface |
interface |
core/includes/uuid.inc |
Interface that defines a UUID backend. |
Uuid::$plugin |
property |
core/includes/uuid.inc |
Holds the UUID implementation. |
Uuid::isValid |
function |
core/includes/uuid.inc |
Check that a string appears to be in the format of a UUID. |
Comment::$uid |
property |
core/modules/comment/comment.entity.inc |
The comment author ID. |
Redirect::$uid |
property |
core/modules/redirect/redirect.class.inc |
The redirect creator ID. |
Uuid::generate |
function |
core/includes/uuid.inc |
Generates an universally unique identifier. |
UuidUnitTestCase |
class |
core/modules/system/tests/system.test |
Tests uuid.inc and related functions. |
Uuid::__construct |
function |
core/includes/uuid.inc |
This constructor instantiates the correct UUID object. |
UuidCom::generate |
function |
core/includes/uuid.inc |
Generates a Universally Unique IDentifier (UUID). |
UuidPhp::generate |
function |
core/includes/uuid.inc |
Generates a Universally Unique IDentifier (UUID). |
UuidPecl::generate |
function |
core/includes/uuid.inc |
Generates a Universally Unique IDentifier (UUID). |
AnonymousUser::$uid |
property |
core/includes/anonymous.inc |
|
Node::$revision_uid |
property |
core/modules/node/node.entity.inc |
The node revision author's user ID. |
Uuid::determinePlugin |
function |
core/includes/uuid.inc |
Determines the optimal implementation to use for generating UUIDs. |
user_uid_optional_load |
function |
core/modules/user/user.module |
Load either a specified or the current user account. |
UuidInterface::generate |
function |
core/includes/uuid.inc |
Generates a Universally Unique IDentifier (UUID). |
theme_filter_guidelines |
function |
core/modules/filter/filter.theme.inc |
Returns HTML for guidelines for a text format. |
UuidUnitTestCase::$uuid |
property |
core/modules/system/tests/system.test |
The UUID object to be used for generating UUIDs. |
UuidUnitTestCase::setUp |
function |
core/modules/system/tests/system.test |
Sets up unit test environment. |
user_uid_optional_to_arg |
function |
core/modules/user/user.module |
Returns $arg or the user ID of the current user if $arg is '%' or empty. |
drupal_session_destroy_uid |
function |
core/includes/drupal.inc |
Ends a specific user's session(s). |
backdrop_session_destroy_uid |
function |
core/includes/session.inc |
Ends a specific user's session(s). |
views_handler_argument_user_uid |
class |
core/modules/user/views/views_handler_argument_user_uid.inc |
Argument handler to accept a user id. |
UuidUnitTestCase::testGenerateUuid |
function |
core/modules/system/tests/system.test |
Test generating a UUID. |
UuidUnitTestCase::testUuidIsUnique |
function |
core/modules/system/tests/system.test |
Test that generated UUIDs are unique. |
views_handler_argument_user_uid.inc |
file |
core/modules/user/views/views_handler_argument_user_uid.inc |
Definition of views_handler_argument_user_uid. |
FieldUITestCase::fieldUIDeleteField |
function |
core/modules/field_ui/tests/field_ui.test |
Deletes a field instance through the Field UI. |
CommentViewsHandlerFilterUserUidTest |
class |
core/modules/comment/tests/comment_views_handler_filter_user_uid.test |
Tests the filter_comment_user_uid handler. |
UuidUnitTestCase::testUuidValidation |
function |
core/modules/system/tests/system.test |
Test UUID validation. |
views_handler_filter_comment_user_uid |
class |
core/modules/comment/views/views_handler_filter_comment_user_uid.inc |
Filter handler to accept a user id to check for nodes that user posted or
commented on. |
UserCancelTestCase::testUserCancelUid1 |
function |
core/modules/user/tests/user.test |
Tests that user account for uid 1 cannot be cancelled. |
CommentViewsHandlerArgumentUserUidTest |
class |
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
Tests the argument_comment_user_uid handler. |
views_handler_filter_node_uid_revision |
class |
core/modules/node/views/views_handler_filter_node_uid_revision.inc |
Filter handler to check for revisions a certain user has created. |
views_handler_argument_comment_user_uid |
class |
core/modules/comment/views/views_handler_argument_comment_user_uid.inc |
Argument handler to accept a user id to check for nodes that
user posted or commented on. |
views_handler_argument_node_uid_revision |
class |
core/modules/node/views/views_handler_argument_node_uid_revision.inc |
Filter handler to accept a user id to check for nodes that
user posted or created a revision on. |
views_handler_filter_comment_user_uid.inc |
file |
core/modules/comment/views/views_handler_filter_comment_user_uid.inc |
Definition of views_handler_filter_comment_user_uid. |
comment_views_handler_filter_user_uid.test |
file |
core/modules/comment/tests/comment_views_handler_filter_user_uid.test |
Definition of viewsHandlerFilterCommentUserUidTest. |
views_handler_filter_node_uid_revision.inc |
file |
core/modules/node/views/views_handler_filter_node_uid_revision.inc |
Definition of views_handler_filter_node_uid_revision. |
views_handler_argument_comment_user_uid.inc |
file |
core/modules/comment/views/views_handler_argument_comment_user_uid.inc |
Definition of views_handler_argument_comment_user_uid. |
comment_views_handler_argument_user_uid.test |
file |
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
Definition of CommentViewsHandlerArgumentUserUidTest. |
views_handler_argument_user_uid::title_query |
function |
core/modules/user/views/views_handler_argument_user_uid.inc |
Override the behavior of title(). Get the name of the user. |
views_handler_argument_node_uid_revision.inc |
file |
core/modules/node/views/views_handler_argument_node_uid_revision.inc |
Definition of views_handler_argument_node_uid_revision. |