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. |
UserViewsExecutionHooks |
class |
core/modules/user/src/Hook/UserViewsExecutionHooks.php |
Hook implementations for user. |
UserViewsExecutionHooks.php |
file |
core/modules/user/src/Hook/UserViewsExecutionHooks.php |
|
UserViewsExecutionHooks::viewsQuerySubstitutions |
function |
core/modules/user/src/Hook/UserViewsExecutionHooks.php |
Implements hook_views_query_substitutions(). |
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 |
|
UserViewsHooks |
class |
core/modules/user/src/Hook/UserViewsHooks.php |
Hook implementations for user. |
UserViewsHooks.php |
file |
core/modules/user/src/Hook/UserViewsHooks.php |
|
UserViewsHooks::viewsPluginsArgumentValidatorAlter |
function |
core/modules/user/src/Hook/UserViewsHooks.php |
Implements hook_views_plugins_argument_validator_alter(). |
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 |
|
UserXmlBasicAuthTest::$auth |
property |
core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
UserXmlBasicAuthTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php |
The theme to install as the default for testing. |
UserXmlBasicAuthTest::$format |
property |
core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php |
The format to use in this test. |
UserXmlBasicAuthTest::$mimeType |
property |
core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
UserXmlBasicAuthTest::$modules |
property |
core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php |
Modules to install. |
UserXmlCookieTest |
class |
core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php |
@group rest |
UserXmlCookieTest.php |
file |
core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php |
|
UserXmlCookieTest::$auth |
property |
core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php |
The authentication mechanism to use in this test. |
UserXmlCookieTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php |
The theme to install as the default for testing. |
UserXmlCookieTest::$format |
property |
core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php |
The format to use in this test. |
UserXmlCookieTest::$mimeType |
property |
core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php |
The MIME type that corresponds to $format. |
user_access_denied_subscriber |
service |
core/modules/user/user.services.yml |
Drupal\user\EventSubscriber\AccessDeniedSubscriber |
user_access_test.info.yml |
file |
core/modules/user/tests/modules/user_access_test/user_access_test.info.yml |
core/modules/user/tests/modules/user_access_test/user_access_test.info.yml |
user_access_test.module |
file |
core/modules/user/tests/modules/user_access_test/user_access_test.module |
|
user_access_test.permissions.yml |
file |
core/modules/user/tests/modules/user_access_test/user_access_test.permissions.yml |
core/modules/user/tests/modules/user_access_test/user_access_test.permissions.yml |