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
UserLocalTaskTest::testGetDerivativeDefinitions function core/modules/user/tests/src/Unit/Plugin/Derivative/UserLocalTaskTest.php Tests the derivatives generated for local tasks.
UserLoginBlock class core/modules/user/src/Plugin/Block/UserLoginBlock.php Provides a 'User login' block.
UserLoginBlock.php file core/modules/user/src/Plugin/Block/UserLoginBlock.php
UserLoginBlock::$routeMatch property core/modules/user/src/Plugin/Block/UserLoginBlock.php The route match.
UserLoginBlock::blockAccess function core/modules/user/src/Plugin/Block/UserLoginBlock.php Indicates whether the block should be shown.
UserLoginBlock::build function core/modules/user/src/Plugin/Block/UserLoginBlock.php Builds and returns the renderable array for this block plugin.
UserLoginBlock::create function core/modules/user/src/Plugin/Block/UserLoginBlock.php Creates an instance of the plugin.
UserLoginBlock::renderPlaceholderFormAction function core/modules/user/src/Plugin/Block/UserLoginBlock.php #lazy_builder callback; renders a form action URL including destination.
UserLoginBlock::trustedCallbacks function core/modules/user/src/Plugin/Block/UserLoginBlock.php Lists the trusted callbacks provided by the implementing class.
UserLoginBlock::__construct function core/modules/user/src/Plugin/Block/UserLoginBlock.php Constructs a new UserLoginBlock instance.
UserLoginForm class core/modules/user/src/Form/UserLoginForm.php Provides a user login form.
UserLoginForm.php file core/modules/user/src/Form/UserLoginForm.php
UserLoginForm::$bareHtmlPageRenderer property core/modules/user/src/Form/UserLoginForm.php The bare HTML renderer.
UserLoginForm::$renderer property core/modules/user/src/Form/UserLoginForm.php The renderer.
UserLoginForm::$userAuth property core/modules/user/src/Form/UserLoginForm.php The user authentication object.
UserLoginForm::$userFloodControl property core/modules/user/src/Form/UserLoginForm.php The user flood control service.
UserLoginForm::$userStorage property core/modules/user/src/Form/UserLoginForm.php The user storage.
UserLoginForm::buildForm function core/modules/user/src/Form/UserLoginForm.php Form constructor.
UserLoginForm::create function core/modules/user/src/Form/UserLoginForm.php Instantiates a new instance of this class.
UserLoginForm::getFormId function core/modules/user/src/Form/UserLoginForm.php Returns a unique string identifying the form.
UserLoginForm::submitForm function core/modules/user/src/Form/UserLoginForm.php Form submission handler.
UserLoginForm::validateAuthentication function core/modules/user/src/Form/UserLoginForm.php Checks supplied username/password against local users table.
UserLoginForm::validateFinal function core/modules/user/src/Form/UserLoginForm.php Checks if user was not authenticated, or if too many logins were attempted.
UserLoginForm::validateName function core/modules/user/src/Form/UserLoginForm.php Sets an error if supplied username has been blocked.
UserLoginForm::__construct function core/modules/user/src/Form/UserLoginForm.php Constructs a new UserLoginForm.
UserLoginFormTest class core/modules/user/tests/src/Kernel/Form/UserLoginFormTest.php @coversDefaultClass \Drupal\user\Form\UserLoginForm
@group user
UserLoginFormTest.php file core/modules/user/tests/src/Kernel/Form/UserLoginFormTest.php
UserLoginFormTest::$modules property core/modules/user/tests/src/Kernel/Form/UserLoginFormTest.php Modules to enable.
UserLoginFormTest::testConstructorDeprecations function core/modules/user/tests/src/Kernel/Form/UserLoginFormTest.php @group legacy
UserLoginHttpTest class core/modules/user/tests/src/Functional/UserLoginHttpTest.php Tests login and password reset via direct HTTP.
UserLoginHttpTest.php file core/modules/user/tests/src/Functional/UserLoginHttpTest.php
UserLoginHttpTest::$cookies property core/modules/user/tests/src/Functional/UserLoginHttpTest.php The cookie jar.
UserLoginHttpTest::$defaultTheme property core/modules/user/tests/src/Functional/UserLoginHttpTest.php The theme to install as the default for testing.
UserLoginHttpTest::$modules property core/modules/user/tests/src/Functional/UserLoginHttpTest.php Modules to install.
UserLoginHttpTest::$serializer property core/modules/user/tests/src/Functional/UserLoginHttpTest.php The serializer.
UserLoginHttpTest::assertHttpResponse function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Checks a response for status code and body.
UserLoginHttpTest::assertHttpResponseWithMessage function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Checks a response for status code and message.
UserLoginHttpTest::doTestGlobalLoginFloodControl function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Tests the global login flood control for a given serialization format.
UserLoginHttpTest::doTestLogin function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Do login testing for a given serialization format.
UserLoginHttpTest::doTestLogoutCsrfProtection function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Tests csrf protection of User Logout route for given serialization format.
UserLoginHttpTest::doTestPasswordReset function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Do password reset testing for given format and account.
UserLoginHttpTest::doTestPerUserLoginFloodControl function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Tests the per-user login flood control for a given serialization format.
UserLoginHttpTest::getLoginStatusUrlString function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Gets the URL string for checking login for a given serialization format.
UserLoginHttpTest::getResultValue function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Gets a value for a given key from the response.
UserLoginHttpTest::loginFromResetEmail function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Login from reset password email.
UserLoginHttpTest::loginRequest function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Executes a login HTTP request for a given serialization format.
UserLoginHttpTest::logoutRequest function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Executes a logout HTTP request for a given serialization format.
UserLoginHttpTest::passwordRequest function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Executes a password HTTP request for a given serialization format.
UserLoginHttpTest::resetFlood function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Resets all flood entries.
UserLoginHttpTest::setUp function core/modules/user/tests/src/Functional/UserLoginHttpTest.php

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