UserNameValidatorTest.php |
file |
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php |
|
UserNameValidatorTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php |
Modules to install. |
UserNameValidatorTest::$userValidator |
property |
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php |
The user validator under test. |
UserNameValidatorTest::invalidUserNameProvider |
function |
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php |
Provides invalid user names. |
UserNameValidatorTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php |
|
UserNameValidatorTest::testInvalidUsernames |
function |
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php |
Tests invalid user name validation. |
UserNameValidatorTest::testValidUsernames |
function |
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php |
Tests valid user name validation. |
UserNameValidatorTest::validUsernameProvider |
function |
core/modules/user/tests/src/Kernel/UserNameValidatorTest.php |
Provides valid user names. |
UserNavigationBlock |
class |
core/modules/navigation/src/Plugin/Block/UserNavigationBlock.php |
Defines a user navigation block. |
UserNavigationBlock.php |
file |
core/modules/navigation/src/Plugin/Block/UserNavigationBlock.php |
|
UserNavigationBlock::build |
function |
core/modules/navigation/src/Plugin/Block/UserNavigationBlock.php |
Builds and returns the renderable array for this block plugin. |
UserNavigationBlock::create |
function |
core/modules/navigation/src/Plugin/Block/UserNavigationBlock.php |
Creates an instance of the plugin. |
UserNavigationBlock::__construct |
function |
core/modules/navigation/src/Plugin/Block/UserNavigationBlock.php |
Constructs the plugin instance. |
UserNavigationBlockTest |
class |
core/modules/navigation/tests/src/Functional/UserNavigationBlockTest.php |
Tests for \Drupal\navigation\Plugin\NavigationBlock\UserNavigationBlock. |
UserNavigationBlockTest.php |
file |
core/modules/navigation/tests/src/Functional/UserNavigationBlockTest.php |
|
UserNavigationBlockTest::$adminUser |
property |
core/modules/navigation/tests/src/Functional/UserNavigationBlockTest.php |
User with permission to administer navigation blocks and access navigation. |
UserNavigationBlockTest::$defaultTheme |
property |
core/modules/navigation/tests/src/Functional/UserNavigationBlockTest.php |
The theme to install as the default for testing. |
UserNavigationBlockTest::$modules |
property |
core/modules/navigation/tests/src/Functional/UserNavigationBlockTest.php |
Modules to install. |
UserNavigationBlockTest::$normalUser |
property |
core/modules/navigation/tests/src/Functional/UserNavigationBlockTest.php |
An authenticated user to test navigation block caching. |
UserNavigationBlockTest::setUp |
function |
core/modules/navigation/tests/src/Functional/UserNavigationBlockTest.php |
|
UserNavigationBlockTest::testUserNavigationBlock |
function |
core/modules/navigation/tests/src/Functional/UserNavigationBlockTest.php |
Test output of the user navigation with regards to caching and contents. |
UserPassRehashTest |
class |
core/modules/user/tests/src/Kernel/UserPassRehashTest.php |
Tests user_pass_rehash(). |
UserPassRehashTest.php |
file |
core/modules/user/tests/src/Kernel/UserPassRehashTest.php |
|
UserPassRehashTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserPassRehashTest.php |
Modules to install. |
UserPassRehashTest::testUniqueHashNoPasswordValue |
function |
core/modules/user/tests/src/Kernel/UserPassRehashTest.php |
Tests uniqueness of hashes when no password is set. |
UserPasswordForm |
class |
core/modules/user/src/Form/UserPasswordForm.php |
Provides a user password reset form. |
UserPasswordForm.php |
file |
core/modules/user/src/Form/UserPasswordForm.php |
|
UserPasswordForm::$emailValidator |
property |
core/modules/user/src/Form/UserPasswordForm.php |
The email validator service. |
UserPasswordForm::$flood |
property |
core/modules/user/src/Form/UserPasswordForm.php |
The flood service. |
UserPasswordForm::$languageManager |
property |
core/modules/user/src/Form/UserPasswordForm.php |
The language manager. |
UserPasswordForm::$userStorage |
property |
core/modules/user/src/Form/UserPasswordForm.php |
The user storage. |
UserPasswordForm::buildForm |
function |
core/modules/user/src/Form/UserPasswordForm.php |
Form constructor. |
UserPasswordForm::create |
function |
core/modules/user/src/Form/UserPasswordForm.php |
Instantiates a new instance of this class. |
UserPasswordForm::getFormId |
function |
core/modules/user/src/Form/UserPasswordForm.php |
Returns a unique string identifying the form. |
UserPasswordForm::submitForm |
function |
core/modules/user/src/Form/UserPasswordForm.php |
Form submission handler. |
UserPasswordForm::validateForm |
function |
core/modules/user/src/Form/UserPasswordForm.php |
Form validation handler. |
UserPasswordForm::__construct |
function |
core/modules/user/src/Form/UserPasswordForm.php |
Constructs a UserPasswordForm object. |
UserPasswordResetForm |
class |
core/modules/user/src/Form/UserPasswordResetForm.php |
Form controller for the user password forms. |
UserPasswordResetForm.php |
file |
core/modules/user/src/Form/UserPasswordResetForm.php |
|
UserPasswordResetForm::buildForm |
function |
core/modules/user/src/Form/UserPasswordResetForm.php |
|
UserPasswordResetForm::getFormId |
function |
core/modules/user/src/Form/UserPasswordResetForm.php |
Returns a unique string identifying the form. |
UserPasswordResetForm::submitForm |
function |
core/modules/user/src/Form/UserPasswordResetForm.php |
Form submission handler. |
UserPasswordResetTest |
class |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
Ensure that password reset methods work as expected. |
UserPasswordResetTest |
class |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Ensure that password reset methods work as expected. |
UserPasswordResetTest.php |
file |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
|
UserPasswordResetTest.php |
file |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
|
UserPasswordResetTest::$account |
property |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
The user object to test password resetting. |
UserPasswordResetTest::$account |
property |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
The user object to test password resetting. |
UserPasswordResetTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
The theme to install as the default for testing. |
UserPasswordResetTest::$defaultTheme |
property |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
The theme to install as the default for testing. |