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 10.3.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
UserFloodEvent::getUid function core/modules/user/src/Event/UserFloodEvent.php Gets the uid of the user flood event object.
UserFloodEvent::getWindow function core/modules/user/src/Event/UserFloodEvent.php Gets the window for the user flood event object.
UserFloodEvent::hasIp function core/modules/user/src/Event/UserFloodEvent.php Is the user flood event associated with an IP?
UserFloodEvent::hasUid function core/modules/user/src/Event/UserFloodEvent.php Is the user flood event associated with a uid?
UserFloodEvent::__construct function core/modules/user/src/Event/UserFloodEvent.php Constructs a user flood event object.
UserFloodSubscriber class core/modules/user/src/EventSubscriber/UserFloodSubscriber.php Logs details of User Flood Control events.
UserFloodSubscriber.php file core/modules/user/src/EventSubscriber/UserFloodSubscriber.php
UserFloodSubscriber::$logger property core/modules/user/src/EventSubscriber/UserFloodSubscriber.php The default logger service.
UserFloodSubscriber::blockedIp function core/modules/user/src/EventSubscriber/UserFloodSubscriber.php An attempt to login has been blocked based on IP.
UserFloodSubscriber::blockedUser function core/modules/user/src/EventSubscriber/UserFloodSubscriber.php An attempt to login has been blocked based on user name.
UserFloodSubscriber::getSubscribedEvents function core/modules/user/src/EventSubscriber/UserFloodSubscriber.php
UserFloodSubscriber::__construct function core/modules/user/src/EventSubscriber/UserFloodSubscriber.php Constructs a UserFloodSubscriber.
UserFormTestHooks class core/modules/user/tests/modules/user_form_test/src/Hook/UserFormTestHooks.php Hook implementations for user_form_test.
UserFormTestHooks.php file core/modules/user/tests/modules/user_form_test/src/Hook/UserFormTestHooks.php
UserFormTestHooks::entityBaseFieldInfoAlter function core/modules/user/tests/modules/user_form_test/src/Hook/UserFormTestHooks.php Implements hook_entity_base_field_info_alter().
UserFormTestHooks::formUserCancelFormAlter function core/modules/user/tests/modules/user_form_test/src/Hook/UserFormTestHooks.php Implements hook_form_FORM_ID_alter() for user_cancel_form().
UserHelpersTest class core/tests/Drupal/FunctionalTests/UserHelpersTest.php Tests User related helper methods of BrowserTestBase.
UserHelpersTest.php file core/tests/Drupal/FunctionalTests/UserHelpersTest.php
UserHelpersTest::$defaultTheme property core/tests/Drupal/FunctionalTests/UserHelpersTest.php The theme to install as the default for testing.
UserHelpersTest::testDrupalUserIsLoggedIn function core/tests/Drupal/FunctionalTests/UserHelpersTest.php Tests BrowserTestBase::drupalUserIsLoggedIn().
UserHooks class core/modules/user/src/Hook/UserHooks.php Hook implementations for user.
UserHooks.php file core/modules/user/src/Hook/UserHooks.php
UserHooks::elementInfoAlter function core/modules/user/src/Hook/UserHooks.php Implements hook_element_info_alter().
UserHooks::entityExtraFieldInfo function core/modules/user/src/Hook/UserHooks.php Implements hook_entity_extra_field_info().
UserHooks::entityOperation function core/modules/user/src/Hook/UserHooks.php Implements hook_entity_operation().
UserHooks::filterFormatDisable function core/modules/user/src/Hook/UserHooks.php Implements hook_filter_format_disable().
UserHooks::formSystemRegionalSettingsAlter function core/modules/user/src/Hook/UserHooks.php Implements hook_form_FORM_ID_alter() for \Drupal\system\Form\RegionalForm.
UserHooks::help function core/modules/user/src/Hook/UserHooks.php Implements hook_help().
UserHooks::jsSettingsAlter function core/modules/user/src/Hook/UserHooks.php Implements hook_js_settings_alter().
UserHooks::mail function core/modules/user/src/Hook/UserHooks.php Implements hook_mail().
UserHooks::modulesUninstalled function core/modules/user/src/Hook/UserHooks.php Implements hook_modules_uninstalled().
UserHooks::templatePreprocessDefaultVariablesAlter function core/modules/user/src/Hook/UserHooks.php Implements hook_template_preprocess_default_variables_alter().
UserHooks::toolbar function core/modules/user/src/Hook/UserHooks.php Implements hook_toolbar().
UserHooks::userLogin function core/modules/user/src/Hook/UserHooks.php Implements hook_user_login().
UserHooks::userLogout function core/modules/user/src/Hook/UserHooks.php Implements hook_user_logout().
UserHooks::userRoleDelete function core/modules/user/src/Hook/UserHooks.php Implements hook_ENTITY_TYPE_delete() for user_role entities.
UserHooks::userRoleInsert function core/modules/user/src/Hook/UserHooks.php Implements hook_ENTITY_TYPE_insert() for user_role entities.
UserHooks::userView function core/modules/user/src/Hook/UserHooks.php Implements hook_ENTITY_TYPE_view() for user entities.
UserHooks::userViewAlter function core/modules/user/src/Hook/UserHooks.php Implements hook_ENTITY_TYPE_view_alter() for user entities.
UserHooksTest class core/modules/user/tests/modules/user_hooks_test/src/Hook/UserHooksTest.php Contains hook implementations.
UserHooksTest.php file core/modules/user/tests/modules/user_hooks_test/src/Hook/UserHooksTest.php
UserHooksTest::userFormatNameAlter function core/modules/user/tests/modules/user_hooks_test/src/Hook/UserHooksTest.php Alters the username.
UserInstallTest class core/modules/user/tests/src/Kernel/UserInstallTest.php Tests user_install().
UserInstallTest.php file core/modules/user/tests/src/Kernel/UserInstallTest.php
UserInstallTest::$modules property core/modules/user/tests/src/Kernel/UserInstallTest.php Modules to install.
UserInstallTest::setUp function core/modules/user/tests/src/Kernel/UserInstallTest.php
UserInstallTest::testUserInstall function core/modules/user/tests/src/Kernel/UserInstallTest.php Tests that the initial users have correct values.
UserInterface interface core/modules/user/src/UserInterface.php Provides an interface defining a user entity.
UserInterface.php file core/modules/user/src/UserInterface.php
UserInterface::activate function core/modules/user/src/UserInterface.php Activates the user.

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