UserUid::query |
function |
core/modules/comment/src/Plugin/views/filter/UserUid.php |
Add this filter to the query. |
UserUid::query |
function |
core/modules/comment/src/Plugin/views/argument/UserUid.php |
Set up the query for this argument. |
UserUid::query |
function |
core/modules/tracker/src/Plugin/views/filter/UserUid.php |
Add this filter to the query. |
UserUid::query |
function |
core/modules/tracker/src/Plugin/views/argument/UserUid.php |
Set up the query for this argument. |
UserUid::title |
function |
core/modules/comment/src/Plugin/views/argument/UserUid.php |
Get the title this argument will assign the view, given the argument. |
UserUid::__construct |
function |
core/modules/comment/src/Plugin/views/argument/UserUid.php |
Constructs a \Drupal\comment\Plugin\views\argument\UserUid object. |
UserUpdate7002 |
class |
core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php |
Converts user time zones from time zone offsets to time zone names. |
UserUpdate7002.php |
file |
core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php |
|
UserUpdate7002::$dateConfig |
property |
core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php |
Contains the system.theme configuration object. |
UserUpdate7002::$timezones |
property |
core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php |
System timezones. |
UserUpdate7002::create |
function |
core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php |
Creates an instance of the plugin. |
UserUpdate7002::transform |
function |
core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php |
Performs the associated process. |
UserUpdate7002::__construct |
function |
core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php |
|
UserUpdate8002 |
class |
core/modules/user/src/Plugin/migrate/process/UserUpdate8002.php |
Keep the predefined roles for rid 1 and 2. |
UserUpdate8002.php |
file |
core/modules/user/src/Plugin/migrate/process/UserUpdate8002.php |
|
UserUpdate8002::transform |
function |
core/modules/user/src/Plugin/migrate/process/UserUpdate8002.php |
Keep the predefined roles for rid 1 and 2. |
UserUpdateRoleMigrateTest |
class |
core/modules/user/tests/src/Functional/Update/UserUpdateRoleMigrateTest.php |
Tests user_update_10000() upgrade path. |
UserUpdateRoleMigrateTest.php |
file |
core/modules/user/tests/src/Functional/Update/UserUpdateRoleMigrateTest.php |
|
UserUpdateRoleMigrateTest::setDatabaseDumpFiles |
function |
core/modules/user/tests/src/Functional/Update/UserUpdateRoleMigrateTest.php |
Set database dump files to be used. |
UserUpdateRoleMigrateTest::testRolePermissions |
function |
core/modules/user/tests/src/Functional/Update/UserUpdateRoleMigrateTest.php |
Tests that roles have only existing permissions. |
UserValidationTest |
class |
core/modules/user/tests/src/Kernel/UserValidationTest.php |
Verify that user validity checks behave as designed. |
UserValidationTest.php |
file |
core/modules/user/tests/src/Kernel/UserValidationTest.php |
|
UserValidationTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserValidationTest.php |
Modules to install. |
UserValidationTest::assertAllowedValuesViolation |
function |
core/modules/user/tests/src/Kernel/UserValidationTest.php |
Verifies that an AllowedValues violation exists for the given field. |
UserValidationTest::assertLengthViolation |
function |
core/modules/user/tests/src/Kernel/UserValidationTest.php |
Verifies that a length violation exists for the given field. |
UserValidationTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserValidationTest.php |
|
UserValidationTest::testUsernames |
function |
core/modules/user/tests/src/Kernel/UserValidationTest.php |
Tests user name validation. |
UserValidationTest::testValidation |
function |
core/modules/user/tests/src/Kernel/UserValidationTest.php |
Runs entity validation checks. |
UserViewsData |
class |
core/modules/user/src/UserViewsData.php |
Provides the views data for the user entity type. |
UserViewsData.php |
file |
core/modules/user/src/UserViewsData.php |
|
UserViewsData::getViewsData |
function |
core/modules/user/src/UserViewsData.php |
Returns views data for the entity type. |
UserViewsDataTest |
class |
core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php |
Contains tests related to the views data for the user entity type. |
UserViewsDataTest.php |
file |
core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php |
|
UserViewsDataTest::$entityFieldManager |
property |
core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php |
The entity field manager. |
UserViewsDataTest::$modules |
property |
core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php |
Modules to install. |
UserViewsDataTest::$viewsData |
property |
core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php |
The views data service. |
UserViewsDataTest::setUp |
function |
core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php |
|
UserViewsDataTest::testUserPasswordFieldNotAvailableToViews |
function |
core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php |
Tests if user views data object doesn't contain pass field. |
UserViewsFieldAccessTest |
class |
core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php |
Tests base field access in Views for the user entity. |
UserViewsFieldAccessTest.php |
file |
core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php |
|
UserViewsFieldAccessTest::$modules |
property |
core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php |
Modules to install. |
UserViewsFieldAccessTest::setUp |
function |
core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php |
|
UserViewsFieldAccessTest::testUserFields |
function |
core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php |
|
UserXmlAnonTest |
class |
core/modules/user/tests/src/Functional/Rest/UserXmlAnonTest.php |
@group rest |
UserXmlAnonTest.php |
file |
core/modules/user/tests/src/Functional/Rest/UserXmlAnonTest.php |
|
UserXmlAnonTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Rest/UserXmlAnonTest.php |
The theme to install as the default for testing. |
UserXmlAnonTest::$format |
property |
core/modules/user/tests/src/Functional/Rest/UserXmlAnonTest.php |
The format to use in this test. |
UserXmlAnonTest::$mimeType |
property |
core/modules/user/tests/src/Functional/Rest/UserXmlAnonTest.php |
The MIME type that corresponds to $format. |
UserXmlBasicAuthTest |
class |
core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php |
@group rest |
UserXmlBasicAuthTest.php |
file |
core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php |
|