Search for user

  1. Search 7.x for user
  2. Search 9.5.x for user
  3. Search 8.9.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
UserXmlBasicAuthTest::$auth property core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php The authentication mechanism to use in this test.
UserXmlBasicAuthTest::$defaultTheme property core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php The theme to install as the default for testing.
UserXmlBasicAuthTest::$format property core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php The format to use in this test.
UserXmlBasicAuthTest::$mimeType property core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php The MIME type that corresponds to $format.
UserXmlBasicAuthTest::$modules property core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php Modules to install.
UserXmlCookieTest class core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php @group rest
UserXmlCookieTest.php file core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php
UserXmlCookieTest::$auth property core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php The authentication mechanism to use in this test.
UserXmlCookieTest::$defaultTheme property core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php The theme to install as the default for testing.
UserXmlCookieTest::$format property core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php The format to use in this test.
UserXmlCookieTest::$mimeType property core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php The MIME type that corresponds to $format.
user_access_denied_subscriber service core/modules/user/user.services.yml Drupal\user\EventSubscriber\AccessDeniedSubscriber
user_access_test.info.yml file core/modules/user/tests/modules/user_access_test/user_access_test.info.yml core/modules/user/tests/modules/user_access_test/user_access_test.info.yml
user_access_test.module file core/modules/user/tests/modules/user_access_test/user_access_test.module Dummy module implementing hook_user_access() to test if entity access is respected.
user_access_test.permissions.yml file core/modules/user/tests/modules/user_access_test/user_access_test.permissions.yml core/modules/user/tests/modules/user_access_test/user_access_test.permissions.yml
user_access_test_entity_create_access function core/modules/user/tests/modules/user_access_test/user_access_test.module Implements hook_entity_create_access().
user_access_test_entity_field_access function core/modules/user/tests/modules/user_access_test/user_access_test.module Implements hook_entity_field_access().
user_access_test_user_access function core/modules/user/tests/modules/user_access_test/user_access_test.module Implements hook_ENTITY_TYPE_access() for entity type "user".
user_auth_decorator.user.auth service core/modules/user/tests/modules/user_auth_decorator_test/user_auth_decorator_test.services.yml \Drupal\user_auth_decorator_test\UserAuthDecorator
user_auth_decorator_test.info.yml file core/modules/user/tests/modules/user_auth_decorator_test/user_auth_decorator_test.info.yml core/modules/user/tests/modules/user_auth_decorator_test/user_auth_decorator_test.info.yml
user_auth_decorator_test.services.yml file core/modules/user/tests/modules/user_auth_decorator_test/user_auth_decorator_test.services.yml core/modules/user/tests/modules/user_auth_decorator_test/user_auth_decorator_test.services.yml
user_batch_action_test.info.yml file core/modules/views/tests/modules/user_batch_action_test/user_batch_action_test.info.yml core/modules/views/tests/modules/user_batch_action_test/user_batch_action_test.info.yml
user_batch_action_test.schema.yml file core/modules/views/tests/modules/user_batch_action_test/config/schema/user_batch_action_test.schema.yml core/modules/views/tests/modules/user_batch_action_test/config/schema/user_batch_action_test.schema.yml
user_cancel function core/modules/user/user.module Cancel a user account.
user_cancel_methods function core/modules/user/user.module Helper function to return available account cancellation methods.
user_cancel_url function core/modules/user/user.module Generates a URL to confirm an account cancellation request.
user_cookie_delete function core/modules/user/user.module Delete a visitor information cookie.
user_cookie_save function core/modules/user/user.module Saves visitor information as a cookie so it can be reused.
user_custom_pass_hash_params_test.info.yml file core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.info.yml core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.info.yml
user_custom_pass_hash_params_test.services.yml file core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.services.yml core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.services.yml
user_element_info_alter function core/modules/user/user.module Implements hook_element_info_alter().
user_entity_extra_field_info function core/modules/user/user.module Implements hook_entity_extra_field_info().
user_entity_operation function core/modules/user/user.module Implements hook_entity_operation().
user_filter_format_disable function core/modules/user/user.module Implements hook_filter_format_disable().
user_form_process_password_confirm function core/modules/user/user.module Form element process handler for client-side password validation.
user_form_system_regional_settings_alter function core/modules/user/user.module Implements hook_form_FORM_ID_alter() for \Drupal\system\Form\RegionalForm.
user_form_system_regional_settings_submit function core/modules/user/user.module Additional submit handler for \Drupal\system\Form\RegionalForm.
user_form_test.info.yml file core/modules/user/tests/modules/user_form_test/user_form_test.info.yml core/modules/user/tests/modules/user_form_test/user_form_test.info.yml
user_form_test.module file core/modules/user/tests/modules/user_form_test/user_form_test.module Support module for user form testing.
user_form_test.permissions.yml file core/modules/user/tests/modules/user_form_test/user_form_test.permissions.yml core/modules/user/tests/modules/user_form_test/user_form_test.permissions.yml
user_form_test.routing.yml file core/modules/user/tests/modules/user_form_test/user_form_test.routing.yml core/modules/user/tests/modules/user_form_test/user_form_test.routing.yml
user_form_test_form_user_cancel_form_alter function core/modules/user/tests/modules/user_form_test/user_form_test.module Implements hook_form_FORM_ID_alter() for user_cancel_form().
user_help function core/modules/user/user.module Implements hook_help().
user_hooks_test.info.yml file core/modules/user/tests/modules/user_hooks_test/user_hooks_test.info.yml core/modules/user/tests/modules/user_hooks_test/user_hooks_test.info.yml
user_hooks_test.module file core/modules/user/tests/modules/user_hooks_test/user_hooks_test.module Support module for user hooks testing.
user_hooks_test_user_format_name_alter function core/modules/user/tests/modules/user_hooks_test/user_hooks_test.module Implements hook_user_format_name_alter().
user_install function core/modules/user/user.install Implements hook_install().
user_is_blocked function core/modules/user/user.module Checks for usernames blocked by user administration.
user_js_settings_alter function core/modules/user/user.module Implements hook_js_settings_alter().
user_language_test.info.yml file core/modules/user/tests/modules/user_language_test/user_language_test.info.yml core/modules/user/tests/modules/user_language_test/user_language_test.info.yml

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