Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Uid.php

94 string references to 'Uid'

Comment::query in core/modules/comment/src/Plugin/migrate/source/d6/Comment.php
CommentAccessControlHandler::checkFieldAccess in core/modules/comment/src/CommentAccessControlHandler.php
Default field access as determined by this access control handler.
CommentForm::buildEntity in core/modules/comment/src/CommentForm.php
Builds an updated entity object based upon the submitted form values.
CommentHooks::userPredelete in core/modules/comment/src/Hook/CommentHooks.php
Implements hook_ENTITY_TYPE_predelete() for user entities.
CommentNameConstraint::coversFields in core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php
An array of entity fields which should be passed to the validator.
CommentStorageSchema::getSharedTableFieldSchema in core/modules/comment/src/CommentStorageSchema.php
Gets the schema for a single field definition.
CommentViewsData::getViewsData in core/modules/comment/src/CommentViewsData.php
Returns views data for the entity type.
CommentViewsHooks::viewsDataAlter in core/modules/comment/src/Hook/CommentViewsHooks.php
Implements hook_views_data_alter().
comment_schema in core/modules/comment/comment.install
Implements hook_schema().
ContentTranslationHandler::hasAuthor in core/modules/content_translation/src/ContentTranslationHandler.php
Checks whether the entity type supports author natively.
ContentTranslationMetadataWrapper::setAuthor in core/modules/content_translation/src/ContentTranslationMetadataWrapper.php
Sets the translation author.
Cookie::getUserFromSession in core/modules/user/src/Authentication/Provider/Cookie.php
Returns the UserSession object for the given session.
d6_comment.yml in core/modules/comment/migrations/d6_comment.yml
core/modules/comment/migrations/d6_comment.yml
d6_file.yml in core/modules/file/migrations/d6_file.yml
core/modules/file/migrations/d6_file.yml
d6_profile_values.yml in core/modules/user/migrations/d6_profile_values.yml
core/modules/user/migrations/d6_profile_values.yml
d6_user.yml in core/modules/user/migrations/d6_user.yml
core/modules/user/migrations/d6_user.yml
d6_user_contact_settings.yml in core/modules/user/migrations/d6_user_contact_settings.yml
core/modules/user/migrations/d6_user_contact_settings.yml
d6_user_picture_file.yml in core/modules/user/migrations/d6_user_picture_file.yml
core/modules/user/migrations/d6_user_picture_file.yml
d7_comment.yml in core/modules/comment/migrations/d7_comment.yml
core/modules/comment/migrations/d7_comment.yml
d7_comment_entity_translation.yml in core/modules/content_translation/migrations/d7_comment_entity_translation.yml
core/modules/content_translation/migrations/d7_comment_entity_translation.yml
d7_file.yml in core/modules/file/migrations/d7_file.yml
core/modules/file/migrations/d7_file.yml
d7_file_private.yml in core/modules/file/migrations/d7_file_private.yml
core/modules/file/migrations/d7_file_private.yml
d7_node_entity_translation.yml in core/modules/content_translation/migrations/d7_node_entity_translation.yml
core/modules/content_translation/migrations/d7_node_entity_translation.yml
d7_shortcut_set_users.yml in core/modules/shortcut/migrations/d7_shortcut_set_users.yml
core/modules/shortcut/migrations/d7_shortcut_set_users.yml
d7_taxonomy_term_entity_translation.yml in core/modules/content_translation/migrations/d7_taxonomy_term_entity_translation.yml
core/modules/content_translation/migrations/d7_taxonomy_term_entity_translation.yml
d7_user.yml in core/modules/user/migrations/d7_user.yml
core/modules/user/migrations/d7_user.yml
d7_user_entity_translation.yml in core/modules/content_translation/migrations/d7_user_entity_translation.yml
core/modules/content_translation/migrations/d7_user_entity_translation.yml
DbLogController::eventDetails in core/modules/dblog/src/Controller/DbLogController.php
Displays details about a specific database log message.
DbLogController::overview in core/modules/dblog/src/Controller/DbLogController.php
Displays a listing of database log messages.
DblogViewsHooks::viewsData in core/modules/dblog/src/Hook/DblogViewsHooks.php
Implements hook_views_data().
DblogViewsHooks::viewsData in core/modules/dblog/src/Hook/DblogViewsHooks.php
Implements hook_views_data().
dblog_schema in core/modules/dblog/dblog.install
Implements hook_schema().
EntityUser::import in core/modules/user/src/Plugin/migrate/destination/EntityUser.php
FileSelection::buildEntityQuery in core/modules/file/src/Plugin/EntityReferenceSelection/FileSelection.php
Builds an EntityQuery to get referenceable entities.
FileStorageSchema::getSharedTableFieldSchema in core/modules/file/src/FileStorageSchema.php
Gets the schema for a single field definition.
FileViewsData::getViewsData in core/modules/file/src/FileViewsData.php
Returns views data for the entity type.
HistoryViewsHooks::viewsData in core/modules/history/src/Hook/HistoryViewsHooks.php
Implements hook_views_data().
history_schema in core/modules/history/history.install
Implements hook_schema().
hook_schema in core/lib/Drupal/Core/Database/database.api.php
Define the current version of the database schema.
MediaViewsData::getViewsData in core/modules/media/src/MediaViewsData.php
Returns views data for the entity type.
Node::query in core/modules/node/src/Plugin/migrate/source/d6/Node.php
Node::query in core/modules/node/src/Plugin/migrate/source/d7/Node.php
NodeAccessControlHandler::checkFieldAccess in core/modules/node/src/NodeAccessControlHandler.php
Default field access as determined by this access control handler.
NodeComplete::query in core/modules/node/src/Plugin/migrate/source/d7/NodeComplete.php
NodeEntityTranslation::query in core/modules/node/src/Plugin/migrate/source/d7/NodeEntityTranslation.php
NodeStorageSchema::getSharedTableFieldSchema in core/modules/node/src/NodeStorageSchema.php
Gets the schema for a single field definition.
node_preprocess_field__node in core/modules/node/node.module
Implements hook_preprocess_HOOK() for node field templates.
Permissions::init in core/modules/user/src/Plugin/views/field/Permissions.php
Initialize the plugin.
ProfileFieldValues::prepareRow in core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php
Adds additional data to the row.
ProfileFieldValues::query in core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php
ProfileForm::save in core/modules/user/src/ProfileForm.php
Form submission handler for the 'save' action.
recipe.yml in core/recipes/article_content_type/recipe.yml
core/recipes/article_content_type/recipe.yml
RegisterForm::save in core/modules/user/src/RegisterForm.php
Form submission handler for the 'save' action.
Roles::init in core/modules/user/src/Plugin/views/field/Roles.php
Initialize the plugin.
SessionHandler::schemaDefinition in core/lib/Drupal/Core/Session/SessionHandler.php
Defines the schema for the session table.
SessionHandler::write in core/lib/Drupal/Core/Session/SessionHandler.php
ShortcutSetUsers::import in core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php
Import the row.
shortcut_schema in core/modules/shortcut/shortcut.install
Implements hook_schema().
StatisticsLastCommentName::query in core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php
Called to add the sort to a query.
StatisticsLastCommentName::query in core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php
Called to add the field to a query.
TemporaryQueryGuard::getAccessCondition in core/modules/jsonapi/src/Access/TemporaryQueryGuard.php
Gets an EntityConditionGroup that filters out inaccessible entities.
TemporaryQueryGuard::getAccessConditionForKnownSubsets in core/modules/jsonapi/src/Access/TemporaryQueryGuard.php
Gets an access condition for the allowed JSONAPI_FILTER_AMONG_* subsets.
User::prepareRow in core/modules/user/src/Plugin/migrate/source/d7/User.php
Adds additional data to the row.
UserData::delete in core/modules/user/src/UserData.php
UserData::get in core/modules/user/src/UserData.php
UserData::import in core/modules/user/src/Plugin/migrate/destination/UserData.php
Import the row.
UserListBuilder::load in core/modules/user/src/UserListBuilder.php
Loads entities of this type from storage for listing.
UserLoginForm::submitForm in core/modules/user/src/Form/UserLoginForm.php
Form submission handler.
UserLoginForm::validateAuthentication in core/modules/user/src/Form/UserLoginForm.php
Checks supplied username/password against local users table.
UserLoginForm::validateFinal in core/modules/user/src/Form/UserLoginForm.php
Checks if user was not authenticated, or if too many logins were attempted.
UserPictureFile::query in core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php
UserReference::defineValueProcessPipeline in core/modules/migrate_drupal/src/Plugin/migrate/field/d6/UserReference.php
Apply any custom processing to the field bundle migrations.
UserReference::defineValueProcessPipeline in core/modules/migrate_drupal/src/Plugin/migrate/field/d7/UserReference.php
Apply any custom processing to the field bundle migrations.
UserReference::entityId in core/modules/migrate_drupal/src/Plugin/migrate/field/d6/UserReference.php
Gets the name of the field property which holds the entity ID.
UserReference::entityId in core/modules/migrate_drupal/src/Plugin/migrate/field/d7/UserReference.php
Gets the name of the field property which holds the entity ID.
UserSearch::execute in core/modules/user/src/Plugin/Search/UserSearch.php
Executes the search.
UserSelection::buildEntityQuery in core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php
Builds an EntityQuery to get referenceable entities.
UserTokensHooks::tokens in core/modules/user/src/Hook/UserTokensHooks.php
Implements hook_tokens().
UserViewsData::getViewsData in core/modules/user/src/UserViewsData.php
Returns views data for the entity type.
user_login_finalize in core/modules/user/user.module
Finalizes the login process and logs in a user.
user_schema in core/modules/user/user.install
Implements hook_schema().
views.view.comment.yml in core/modules/comment/config/optional/views.view.comment.yml
core/modules/comment/config/optional/views.view.comment.yml
views.view.content.yml in core/modules/node/config/optional/views.view.content.yml
core/modules/node/config/optional/views.view.content.yml
views.view.content_recent.yml in core/modules/node/config/optional/views.view.content_recent.yml
core/modules/node/config/optional/views.view.content_recent.yml
views.view.glossary.yml in core/modules/node/config/optional/views.view.glossary.yml
core/modules/node/config/optional/views.view.glossary.yml
views.view.media.yml in core/profiles/demo_umami/config/optional/views.view.media.yml
core/profiles/demo_umami/config/optional/views.view.media.yml
views.view.media.yml in core/modules/media/config/optional/views.view.media.yml
core/modules/media/config/optional/views.view.media.yml
views.view.media_library.yml in core/modules/media_library/config/install/views.view.media_library.yml
core/modules/media_library/config/install/views.view.media_library.yml
views.view.moderated_content.yml in core/modules/content_moderation/config/optional/views.view.moderated_content.yml
core/modules/content_moderation/config/optional/views.view.moderated_content.yml
views.view.user_admin_people.yml in core/modules/user/config/optional/views.view.user_admin_people.yml
core/modules/user/config/optional/views.view.user_admin_people.yml
views.view.watchdog.yml in core/modules/dblog/config/optional/views.view.watchdog.yml
core/modules/dblog/config/optional/views.view.watchdog.yml
views.view.who_s_new.yml in core/modules/user/config/optional/views.view.who_s_new.yml
core/modules/user/config/optional/views.view.who_s_new.yml
views.view.who_s_online.yml in core/modules/user/config/optional/views.view.who_s_online.yml
core/modules/user/config/optional/views.view.who_s_online.yml
xc7.php in core/lib/Drupal/Component/Transliteration/data/xc7.php

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal