Search for user

  1. Search 7.x for user
  2. Search 8.9.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
FilterAndArgumentUserUidTest class core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Tests the user posted or commented filter and argument handlers.
FilterAndArgumentUserUidTest.php file core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php
FilterAndArgumentUserUidTest::$modules property core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Modules to enable.
FilterAndArgumentUserUidTest::$testViews property core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Views used by this test.
FilterAndArgumentUserUidTest::testHandlers function core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Tests the user posted or commented filter and argument handlers.
FilterFormatAccessTest::$adminUser property core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php A user with administrative permissions.
FilterFormatAccessTest::$filterAdminUser property core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php A user with 'administer filters' permission.
FilterFormatAccessTest::$webUser property core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php A user with permission to create and edit own content.
FilterFormTest::$adminUser property core/modules/filter/tests/src/Functional/FilterFormTest.php An administrative user account that can administer text formats.
FilterFormTest::$webUser property core/modules/filter/tests/src/Functional/FilterFormTest.php A basic user account that can only access basic HTML text format.
FilterNodeAccessTest::$users property core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php An array of users.
FilterSecurityTest::$adminUser property core/modules/filter/tests/src/Functional/FilterSecurityTest.php A user with administrative permissions.
FormBase::currentUser function core/lib/Drupal/Core/Form/FormBase.php Gets the current user.
FormBuilder::$currentUser property core/lib/Drupal/Core/Form/FormBuilder.php The current user.
FormBuilder::currentUser function core/lib/Drupal/Core/Form/FormBuilder.php Gets the current active user.
FormCache::$currentUser property core/lib/Drupal/Core/Form/FormCache.php The current user.
FormCacheTest::testGetCacheAnonUser function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php @covers ::getCache
FormCacheTest::testGetCacheAuthUser function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php @covers ::getCache
FormCacheTest::testSetCacheAuthUser function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php @covers ::setCache
FormState::getUserInput function core/lib/Drupal/Core/Form/FormState.php Returns the form values as they were submitted by the user.
FormState::setUserInput function core/lib/Drupal/Core/Form/FormState.php Sets the form values as though they were submitted by a user.
FormStateDecoratorBase::getUserInput function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Returns the form values as they were submitted by the user.
FormStateDecoratorBase::setUserInput function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets the form values as though they were submitted by a user.
FormStateDecoratorBaseTest::testGetUserInput function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getUserInput
FormStateDecoratorBaseTest::testSetUserInput function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setUserInput
FormStateInterface::getUserInput function core/lib/Drupal/Core/Form/FormStateInterface.php Returns the form values as they were submitted by the user.
FormStateInterface::setUserInput function core/lib/Drupal/Core/Form/FormStateInterface.php Sets the form values as though they were submitted by a user.
form_test_form_user_register_form_alter function core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter() for the registration form.
form_test_user_register_form_rebuild function core/modules/system/tests/modules/form_test/form_test.module Submit callback that just lets the form rebuild.
ForumBlockTest::$adminUser property core/modules/forum/tests/src/Functional/ForumBlockTest.php A user with various administrative privileges.
ForumTest::$adminUser property core/modules/forum/tests/src/Functional/ForumTest.php A user with various administrative privileges.
ForumTest::$editAnyTopicsUser property core/modules/forum/tests/src/Functional/ForumTest.php A user that can create, edit, and delete forum topics.
ForumTest::$editOwnTopicsUser property core/modules/forum/tests/src/Functional/ForumTest.php A user that can create forum topics and edit its own topics.
ForumTest::$postCommentUser property core/modules/forum/tests/src/Functional/ForumTest.php An administrative user who can bypass comment approval.
ForumTest::$webUser property core/modules/forum/tests/src/Functional/ForumTest.php A user with no special privileges.
FunctionalTestSetupTrait::$rootUser property core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php The "#1" admin user.
FunctionalTestSetupTrait::initUserSession function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Initializes user 1 for the site to be installed.
HandlerArgumentUserUidTest class core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Tests the handler of the user: uid Argument.
HandlerArgumentUserUidTest.php file core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php
HandlerArgumentUserUidTest::$modules property core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Modules to enable.
HandlerArgumentUserUidTest::$testViews property core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Test views.
HandlerArgumentUserUidTest::testArgumentTitle function core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Tests the generated title of a user: uid argument.
HandlerFieldUserNameTest class core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php Tests the handler of the user: name field.
HandlerFieldUserNameTest.php file core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php
HandlerFieldUserNameTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php The theme to install as the default for testing.
HandlerFieldUserNameTest::$testViews property core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php Views used by this test.
HandlerFieldUserNameTest::testNoAdditionalFields function core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php Tests that the field handler works when no additional fields are added.
HandlerFieldUserNameTest::testUserName function core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php
HandlerFilterCurrentUserTest class core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php Tests the current user filter handler.
HandlerFilterCurrentUserTest.php file core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php

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