Search for user

  1. Search 7.x for user
  2. Search 9.5.x for user
  3. Search 10.3.x for user
  4. Search 11.x for user
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
User class core/modules/user/src/Entity/User.php Defines the user entity class.
User class core/modules/user/src/Plugin/views/argument_validator/User.php Validate whether an argument is a valid user.
User class core/modules/user/src/Plugin/views/argument_default/User.php Default argument plugin to extract a user from request.
User class core/modules/user/src/Plugin/migrate/source/d6/User.php Drupal 6 user source from database.
User class core/modules/user/src/Plugin/migrate/source/d7/User.php Drupal 7 user source from database.
User class core/modules/user/src/Plugin/migrate/User.php Plugin class for Drupal 7 user migrations dealing with fields and profiles.

All search results

Title Object type File name Summary
USER_REGISTER_VISITORS constant core/modules/user/user.module Visitors can create their own accounts.
USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL constant core/modules/user/user.module Visitors can create accounts, but they don't become active without
administrative approval.
user_roles function core/modules/user/user.module Retrieve an array of roles matching specified conditions.
user_role_change_permissions function core/modules/user/user.module Change permissions for a user role.
user_role_grant_permissions function core/modules/user/user.module Grant permissions to a user role.
user_role_load function core/modules/user/user.module Fetches a user role by role ID.
user_role_names function core/modules/user/user.module Retrieves the names of roles matching specified conditions.
user_role_permissions function core/modules/user/user.module Determine the permissions for one or more roles.
user_role_revoke_permissions function core/modules/user/user.module Revoke permissions from a user role.
user_schema function core/modules/user/user.install Implements hook_schema().
user_template_preprocess_default_variables_alter function core/modules/user/user.module Implements hook_template_preprocess_default_variables_alter().
user_test_theme.info.yml file core/modules/user/tests/themes/user_test_theme/user_test_theme.info.yml core/modules/user/tests/themes/user_test_theme/user_test_theme.info.yml
user_test_views.info.yml file core/modules/user/tests/modules/user_test_views/user_test_views.info.yml core/modules/user/tests/modules/user_test_views/user_test_views.info.yml
user_theme function core/modules/user/user.module Implements hook_theme().
user_tokens function core/modules/user/user.tokens.inc Implements hook_tokens().
user_token_info function core/modules/user/user.tokens.inc Implements hook_token_info().
user_toolbar function core/modules/user/user.module Implements hook_toolbar().
user_update_8100 function core/modules/user/user.install Fix invalid token in the status_blocked email body.
user_user_login function core/modules/user/user.module Implements hook_user_login().
user_user_logout function core/modules/user/user.module Implements hook_user_logout().
user_user_presave function core/modules/user/user.module Implements hook_ENTITY_TYPE_presave() for user entities.
user_user_role_delete function core/modules/user/user.module Implements hook_ENTITY_TYPE_delete() for user_role entities.
user_user_role_insert function core/modules/user/user.module Implements hook_ENTITY_TYPE_insert() for user_role entities.
user_user_view function core/modules/user/user.module Implements hook_ENTITY_TYPE_view() for user entities.
user_user_view_alter function core/modules/user/user.module Implements hook_ENTITY_TYPE_view_alter() for user entities.
user_validate_name function core/modules/user/user.module Verify the syntax of the given name.
user_view function core/modules/user/user.module Generate an array for rendering the given user.
user_views_plugins_argument_validator_alter function core/modules/user/user.views.inc Implements hook_views_plugins_argument_validator_alter().
user_views_query_substitutions function core/modules/user/user.views_execution.inc Implements hook_views_query_substitutions().
user_view_multiple function core/modules/user/user.module Constructs a drupal_render() style array from an array of loaded users.
VersionNegotiatorTest::$user property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The user.
ViewExecutable::$user property core/modules/views/src/ViewExecutable.php The current user.
ViewExecutable::getUser function core/modules/views/src/ViewExecutable.php Gets the current user.
ViewExecutableFactory::$user property core/modules/views/src/ViewExecutableFactory.php Stores the current user.
ViewExecutableFactoryTest::$user property core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php The mock user object.
ViewExecutableTest::$user property core/modules/views/tests/src/Unit/ViewExecutableTest.php The mocked user.
views.view.test_argument_default_current_user.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_current_user.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_current_user.yml
views.view.test_comment_user_uid.yml file core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_user_uid.yml core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_user_uid.yml
views.view.test_file_user_file_data.yml file core/modules/file/tests/modules/file_test_views/test_views/views.view.test_file_user_file_data.yml core/modules/file/tests/modules/file_test_views/test_views/views.view.test_file_user_file_data.yml
views.view.test_filter_current_user.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_current_user.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_current_user.yml
views.view.test_groupwise_user.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_groupwise_user.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_groupwise_user.yml
views.view.test_image_user_image_data.yml file core/modules/image/tests/modules/image_test_views/test_views/views.view.test_image_user_image_data.yml core/modules/image/tests/modules/image_test_views/test_views/views.view.test_image_user_image_data.yml
views.view.test_plugin_argument_default_current_user.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml
views.view.test_tracker_user_uid.yml file core/modules/tracker/tests/modules/tracker_test_views/test_views/views.view.test_tracker_user_uid.yml core/modules/tracker/tests/modules/tracker_test_views/test_views/views.view.test_tracker_user_uid.yml
views.view.test_user_bulk_form.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form.yml
views.view.test_user_bulk_form_combine_filter.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form_combine_filter.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form_combine_filter.yml
views.view.test_user_changed.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_changed.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_changed.yml
views.view.test_user_data.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_data.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_data.yml
views.view.test_user_fields_access.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_fields_access.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_fields_access.yml
views.view.test_user_multi_value.yml file core/modules/views/tests/fixtures/update/views.view.test_user_multi_value.yml core/modules/views/tests/fixtures/update/views.view.test_user_multi_value.yml

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.