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
UserTest::testQueryInvolvingRoles function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests good error DX when trying to filter users by role.
UserTest::testResaveAccountName function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests users with altered display names.
UserTest::testUserGetRoles function core/modules/user/tests/src/Unit/Plugin/Core/Entity/UserTest.php Tests the method getRoles exclude or include locked roles based in param.
UserTestBase class core/modules/user/tests/src/Functional/Views/UserTestBase.php Base test class for user-related Views tests.
UserTestBase.php file core/modules/user/tests/src/Functional/Views/UserTestBase.php
UserTestBase::$modules property core/modules/user/tests/src/Functional/Views/UserTestBase.php Modules to install.
UserTestBase::$nodes property core/modules/user/tests/src/Functional/Views/UserTestBase.php Nodes to use during this test.
UserTestBase::$users property core/modules/user/tests/src/Functional/Views/UserTestBase.php Users to use during this test.
UserTestBase::setUp function core/modules/user/tests/src/Functional/Views/UserTestBase.php Sets up the test.
UserThemeHooks class core/modules/user/src/Hook/UserThemeHooks.php Hook implementations for user.
UserThemeHooks.php file core/modules/user/src/Hook/UserThemeHooks.php
UserThemeHooks::preprocessBlock function core/modules/user/src/Hook/UserThemeHooks.php Implements hook_preprocess_HOOK() for block templates.
UserThemeHooks::preprocessUser function core/modules/user/src/Hook/UserThemeHooks.php Prepares variables for user templates.
UserThemeHooks::preprocessUsername function core/modules/user/src/Hook/UserThemeHooks.php Prepares variables for username templates.
UserThemeHooks::theme function core/modules/user/src/Hook/UserThemeHooks.php Implements hook_theme().
UserThemeHooks::__construct function core/modules/user/src/Hook/UserThemeHooks.php
UserTimeZoneTest class core/modules/user/tests/src/Functional/UserTimeZoneTest.php Set a user time zone and verify that dates are displayed in local time.
UserTimeZoneTest.php file core/modules/user/tests/src/Functional/UserTimeZoneTest.php
UserTimeZoneTest::$defaultTheme property core/modules/user/tests/src/Functional/UserTimeZoneTest.php The theme to install as the default for testing.
UserTimeZoneTest::$modules property core/modules/user/tests/src/Functional/UserTimeZoneTest.php Modules to install.
UserTimeZoneTest::testUserTimeZone function core/modules/user/tests/src/Functional/UserTimeZoneTest.php Tests the display of dates and time when user-configurable time zones are set.
UserTokenReplaceTest class core/modules/user/tests/src/Functional/UserTokenReplaceTest.php Tests the replacement of user tokens.
UserTokenReplaceTest.php file core/modules/user/tests/src/Functional/UserTokenReplaceTest.php
UserTokenReplaceTest::$defaultTheme property core/modules/user/tests/src/Functional/UserTokenReplaceTest.php The theme to install as the default for testing.
UserTokenReplaceTest::$modules property core/modules/user/tests/src/Functional/UserTokenReplaceTest.php Modules to install.
UserTokenReplaceTest::$useOneTimeLoginLinks property core/modules/user/tests/src/Functional/UserTokenReplaceTest.php Use one-time login links instead of submitting the login form.
UserTokenReplaceTest::setUp function core/modules/user/tests/src/Functional/UserTokenReplaceTest.php
UserTokenReplaceTest::testUserTokenReplacement function core/modules/user/tests/src/Functional/UserTokenReplaceTest.php Creates a user, then tests the tokens generated from it.
UserTokensHooks class core/modules/user/src/Hook/UserTokensHooks.php Hook implementations for user.
UserTokensHooks.php file core/modules/user/src/Hook/UserTokensHooks.php
UserTokensHooks::tokenInfo function core/modules/user/src/Hook/UserTokensHooks.php Implements hook_token_info().
UserTokensHooks::tokens function core/modules/user/src/Hook/UserTokensHooks.php Implements hook_tokens().
UserTranslationUITest class core/modules/user/tests/src/Functional/UserTranslationUITest.php Tests the User Translation UI.
UserTranslationUITest.php file core/modules/user/tests/src/Functional/UserTranslationUITest.php
UserTranslationUITest::$defaultCacheContexts property core/modules/user/tests/src/Functional/UserTranslationUITest.php Default cache contexts expected on a non-translated entity.
UserTranslationUITest::$defaultTheme property core/modules/user/tests/src/Functional/UserTranslationUITest.php The theme to install as the default for testing.
UserTranslationUITest::$modules property core/modules/user/tests/src/Functional/UserTranslationUITest.php Modules to install.
UserTranslationUITest::$name property core/modules/user/tests/src/Functional/UserTranslationUITest.php The user name of the test user.
UserTranslationUITest::doTestTranslationEdit function core/modules/user/tests/src/Functional/UserTranslationUITest.php Tests edit content translation.
UserTranslationUITest::getNewEntityValues function core/modules/user/tests/src/Functional/UserTranslationUITest.php Returns an array of entity field values to be tested.
UserTranslationUITest::getTranslatorPermissions function core/modules/user/tests/src/Functional/UserTranslationUITest.php Returns an array of permissions needed for the translator.
UserTranslationUITest::setUp function core/modules/user/tests/src/Functional/UserTranslationUITest.php
UserTranslationUITest::testTranslatedUserDeletion function core/modules/user/tests/src/Functional/UserTranslationUITest.php Tests translated user deletion.
UserUid class core/modules/comment/src/Plugin/views/filter/UserUid.php Filter handler, accepts user ID to check for nodes user posted/commented on.
UserUid class core/modules/comment/src/Plugin/views/argument/UserUid.php The views user ID argument handler.
UserUid.php file core/modules/comment/src/Plugin/views/filter/UserUid.php
UserUid.php file core/modules/comment/src/Plugin/views/argument/UserUid.php
UserUid::$database property core/modules/comment/src/Plugin/views/argument/UserUid.php Database Service Object.
UserUid::create function core/modules/comment/src/Plugin/views/argument/UserUid.php Instantiates a new instance of the implementing class using autowiring.
UserUid::defaultActions function core/modules/comment/src/Plugin/views/argument/UserUid.php Default actions.

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