| UserEntityLabelTest::testLabelCallback |
function |
core/modules/user/tests/src/Kernel/UserEntityLabelTest.php |
Tests label callback. |
| UserEntityReferenceTest |
class |
core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php |
Tests the user reference field functionality. |
| UserEntityReferenceTest.php |
file |
core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php |
|
| UserEntityReferenceTest::$role1 |
property |
core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php |
A randomly-generated role for testing purposes. |
| UserEntityReferenceTest::$role2 |
property |
core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php |
A randomly-generated role for testing purposes. |
| UserEntityReferenceTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php |
|
| UserEntityReferenceTest::testUserSelectionByRole |
function |
core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php |
Tests user selection by roles. |
| UserEntityTest |
class |
core/modules/user/tests/src/Kernel/UserEntityTest.php |
Tests the user entity class. |
| UserEntityTest.php |
file |
core/modules/user/tests/src/Kernel/UserEntityTest.php |
|
| UserEntityTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserEntityTest.php |
Modules to install. |
| UserEntityTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserEntityTest.php |
|
| UserEntityTest::testChainExistingPasswordMethod |
function |
core/modules/user/tests/src/Kernel/UserEntityTest.php |
Tests that ::existingPassword can be used for chaining. |
| UserEntityTest::testUserMethods |
function |
core/modules/user/tests/src/Kernel/UserEntityTest.php |
Tests some of the methods. |
| UserEntityTest::testUserValidation |
function |
core/modules/user/tests/src/Kernel/UserEntityTest.php |
Tests that all user fields validate properly. |
| UserEntityTranslation |
class |
core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php |
Drupal 7 user entity translations source from database. |
| UserEntityTranslation.php |
file |
core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php |
|
| UserEntityTranslation::fields |
function |
core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php |
Returns available fields on the source. |
| UserEntityTranslation::getIds |
function |
core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php |
Defines the source fields uniquely identifying a source row. |
| UserEntityTranslation::prepareRow |
function |
core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php |
Adds additional data to the row. |
| UserEntityTranslation::query |
function |
core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php |
Prepares query object to retrieve data from the source database. |
| UserEntityTranslationTest |
class |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php |
Tests D7 user entity translation source plugin. |
| UserEntityTranslationTest.php |
file |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php |
|
| UserEntityTranslationTest::$modules |
property |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php |
Modules to install. |
| UserEntityTranslationTest::providerSource |
function |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php |
Provides source data for ::testSource. |
| UserEvents |
class |
core/modules/user/src/Event/UserEvents.php |
Defines events for the user module. |
| UserEvents.php |
file |
core/modules/user/src/Event/UserEvents.php |
|
| UserEvents::FLOOD_BLOCKED_IP |
constant |
core/modules/user/src/Event/UserEvents.php |
The name of the event fired when a login is blocked by flood control. |
| UserEvents::FLOOD_BLOCKED_USER |
constant |
core/modules/user/src/Event/UserEvents.php |
The name of the event fired when a login is blocked by flood control. |
| UserFieldHooks |
class |
core/modules/user/src/Hook/UserFieldHooks.php |
Field and Field UI hook implementations for User module. |
| UserFieldHooks.php |
file |
core/modules/user/src/Hook/UserFieldHooks.php |
|
| UserFieldHooks::preConfiguredDescription |
function |
core/modules/user/src/Hook/UserFieldHooks.php |
Implements hook_field_ui_preconfigured_options_alter(). |
| UserFieldHooks::__construct |
function |
core/modules/user/src/Hook/UserFieldHooks.php |
|
| UserFieldsAccessChangeTest |
class |
core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php |
Checks changing entity and field access. |
| UserFieldsAccessChangeTest.php |
file |
core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php |
|
| UserFieldsAccessChangeTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php |
The theme to install as the default for testing. |
| UserFieldsAccessChangeTest::$modules |
property |
core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php |
Modules to install. |
| UserFieldsAccessChangeTest::$testViews |
property |
core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php |
Views used by this test. |
| UserFieldsAccessChangeTest::testUserFieldAccess |
function |
core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php |
Tests if another module can change field access. |
| UserFieldsAccessChangeTest::testUserNameLink |
function |
core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php |
Test user name link. |
| UserFieldsTest |
class |
core/modules/user/tests/src/Kernel/UserFieldsTest.php |
Tests available user fields in twig. |
| UserFieldsTest.php |
file |
core/modules/user/tests/src/Kernel/UserFieldsTest.php |
|
| UserFieldsTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserFieldsTest.php |
Modules to install. |
| UserFieldsTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserFieldsTest.php |
|
| UserFieldsTest::testUserFields |
function |
core/modules/user/tests/src/Kernel/UserFieldsTest.php |
Tests account's available fields. |
| UserFloodControl |
class |
core/modules/user/src/UserFloodControl.php |
User Flood Control service. |
| UserFloodControl.php |
file |
core/modules/user/src/UserFloodControl.php |
|
| UserFloodControl::$eventDispatcher |
property |
core/modules/user/src/UserFloodControl.php |
Event dispatcher. |
| UserFloodControl::$flood |
property |
core/modules/user/src/UserFloodControl.php |
The decorated flood service. |
| UserFloodControl::$requestStack |
property |
core/modules/user/src/UserFloodControl.php |
The request stack. |
| UserFloodControl::clear |
function |
core/modules/user/src/UserFloodControl.php |
Makes the flood control mechanism forget an event for the current visitor. |