Search for log
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Log | class | core/ |
Logs values without changing them. |
Log | class | core/ |
Database query logger. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
UserAuthenticationController::getLoginFloodIdentifier | function | core/ |
Gets the login identifier for user login flood control. |
UserAuthenticationController::LOGGED_IN | constant | core/ |
String sent in responses, to describe the user as being logged in. |
UserAuthenticationController::LOGGED_OUT | constant | core/ |
String sent in responses, to describe the user as being logged out. |
UserAuthenticationController::login | function | core/ |
Logs in a user. |
UserAuthenticationController::loginStatus | function | core/ |
Checks whether a user is logged in or not. |
UserAuthenticationController::logout | function | core/ |
Logs out a user. |
UserAuthenticationController::userLoginFinalize | function | core/ |
Finalizes the user login. |
UserAuthenticationController::userLogout | function | core/ |
Logs the user out. |
UserBlocksTest::testUserLoginBlock | function | core/ |
Tests the user login block. |
UserBlocksTest::testUserLoginBlockVisibility | function | core/ |
Tests that user login block is hidden from user/login. |
UserController::$logger | property | core/ |
A logger instance. |
UserController::logout | function | core/ |
Logs the current user out. |
UserController::resetPassLogin | function | core/ |
Validates user, hash, and timestamp; logs the user in if correct. |
UserFloodSubscriber::$logger | property | core/ |
The default logger service. |
UserHalLoginHttpTest | class | core/ |
Tests login and password reset via direct HTTP in hal_json format. |
UserHalLoginHttpTest.php | file | core/ |
|
UserHalLoginHttpTest::$modules | property | core/ |
Modules to install. |
UserHalLoginHttpTest::setUp | function | core/ |
|
UserHalLoginHttpTest::testLogin | function | core/ |
Tests user session life cycle. |
UserHalLoginHttpTest::testPasswordReset | function | core/ |
Tests user password reset. |
UserHelpersTest::testDrupalUserIsLoggedIn | function | core/ |
Tests BrowserTestBase::drupalUserIsLoggedIn(). |
UserInterface::getLastLoginTime | function | core/ |
Returns the UNIX timestamp when the user last logged in. |
UserInterface::setLastLoginTime | function | core/ |
Sets the UNIX timestamp when the user last logged in. |
UserLocalTasksTest::getUserLoginRoutes | function | core/ |
Provides a list of routes to test. |
UserLocalTasksTest::testUserLoginLocalTasks | function | core/ |
Checks user listing local tasks. |
UserLoginBlock | class | core/ |
Provides a 'User login' block. |
UserLoginBlock.php | file | core/ |
|
UserLoginBlock::$routeMatch | property | core/ |
The route match. |
UserLoginBlock::blockAccess | function | core/ |
Indicates whether the block should be shown. |
UserLoginBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
UserLoginBlock::create | function | core/ |
Creates an instance of the plugin. |
UserLoginBlock::renderPlaceholderFormAction | function | core/ |
#lazy_builder callback; renders a form action URL including destination. |
UserLoginBlock::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
UserLoginBlock::__construct | function | core/ |
Constructs a new UserLoginBlock instance. |
UserLoginForm | class | core/ |
Provides a user login form. |
UserLoginForm.php | file | core/ |
|
UserLoginForm::$bareHtmlPageRenderer | property | core/ |
The bare HTML renderer. |
UserLoginForm::$renderer | property | core/ |
The renderer. |
UserLoginForm::$userAuth | property | core/ |
The user authentication object. |
UserLoginForm::$userFloodControl | property | core/ |
The user flood control service. |
UserLoginForm::$userStorage | property | core/ |
The user storage. |
UserLoginForm::buildForm | function | core/ |
Form constructor. |
UserLoginForm::create | function | core/ |
Instantiates a new instance of this class. |
UserLoginForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
UserLoginForm::submitForm | function | core/ |
Form submission handler. |
UserLoginForm::validateAuthentication | function | core/ |
Checks supplied username/password against local users table. |
UserLoginForm::validateFinal | function | core/ |
Checks if user was not authenticated, or if too many logins were attempted. |
UserLoginForm::validateName | function | core/ |
Sets an error if supplied username has been blocked. |
UserLoginForm::__construct | function | core/ |
Constructs a new UserLoginForm. |
UserLoginFormTest | class | core/ |
@coversDefaultClass \Drupal\user\Form\UserLoginForm @group user |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.