JsonApiFunctionalTestBase::$user |
property |
core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php |
Test user. |
JsonApiFunctionalTestBase::$userCanViewProfiles |
property |
core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php |
Test user with access to view profiles. |
jsonapi_jsonapi_user_filter_access |
function |
core/modules/jsonapi/jsonapi.module |
Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'user'. |
jsonapi_test_user.info.yml |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_user/jsonapi_test_user.info.yml |
core/modules/jsonapi/tests/modules/jsonapi_test_user/jsonapi_test_user.info.yml |
jsonapi_test_user.module |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_user/jsonapi_test_user.module |
Support module for JSON:API user hooks testing. |
jsonapi_test_user_user_format_name_alter |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_user/jsonapi_test_user.module |
Implements hook_user_format_name_alter(). |
KernelTestBase::$usesSuperUserAccessPolicy |
property |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Set to TRUE to make user 1 a super user. |
LanguageConfigSchemaTest::$adminUser |
property |
core/modules/language/tests/src/Functional/LanguageConfigSchemaTest.php |
A user with administrative permissions. |
LanguageNegotiationMethodBase::$currentUser |
property |
core/modules/language/src/LanguageNegotiationMethodBase.php |
The current active user. |
LanguageNegotiationMethodBase::setCurrentUser |
function |
core/modules/language/src/LanguageNegotiationMethodBase.php |
Injects the current user. |
LanguageNegotiationMethodInterface::setCurrentUser |
function |
core/modules/language/src/LanguageNegotiationMethodInterface.php |
Injects the current user. |
LanguageNegotiationSessionTest::$adminUser |
property |
core/modules/language/tests/src/Functional/LanguageNegotiationSessionTest.php |
An administrative user to configure the test environment. |
LanguageNegotiationUrlTest::$user |
property |
core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php |
|
LanguageNegotiationUrlTest::$user |
property |
core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php |
|
LanguageNegotiationUser |
class |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUser.php |
Class for identifying language from the user preferences. |
LanguageNegotiationUser.php |
file |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUser.php |
|
LanguageNegotiationUser::getLangcode |
function |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUser.php |
Performs language negotiation. |
LanguageNegotiationUser::METHOD_ID |
constant |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUser.php |
The language negotiation method id. |
LanguageNegotiationUserAdmin |
class |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
Identifies admin language from the user preferences. |
LanguageNegotiationUserAdmin.php |
file |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
|
LanguageNegotiationUserAdmin::$adminContext |
property |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
The admin context. |
LanguageNegotiationUserAdmin::$pathProcessorManager |
property |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
The path processor manager. |
LanguageNegotiationUserAdmin::$router |
property |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
The router. |
LanguageNegotiationUserAdmin::$stackedRouteMatch |
property |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
The stacked route match. |
LanguageNegotiationUserAdmin::create |
function |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
Creates an instance of the plugin. |
LanguageNegotiationUserAdmin::getLangcode |
function |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
Performs language negotiation. |
LanguageNegotiationUserAdmin::isAdminPath |
function |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
Checks whether the given path is an administrative one. |
LanguageNegotiationUserAdmin::METHOD_ID |
constant |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
The language negotiation method id. |
LanguageNegotiationUserAdmin::__construct |
function |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
Constructs a new LanguageNegotiationUserAdmin instance. |
LanguageNegotiator::$currentUser |
property |
core/modules/language/src/LanguageNegotiator.php |
The current active user. |
LanguageNegotiator::setCurrentUser |
function |
core/modules/language/src/LanguageNegotiator.php |
|
LanguageNegotiatorInterface::setCurrentUser |
function |
core/modules/language/src/LanguageNegotiatorInterface.php |
Sets the current active user and resets all language types. |
LanguageRequestSubscriber::$currentUser |
property |
core/modules/language/src/EventSubscriber/LanguageRequestSubscriber.php |
The current active user. |
LanguageTourTest::$adminUser |
property |
core/modules/tour/tests/src/Functional/Language/LanguageTourTest.php |
An admin user with administrative permissions for views. |
LanguageUILanguageNegotiationTest::$adminUser |
property |
core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php |
The admin user for testing. |
LanguageUrlRewritingTest::$webUser |
property |
core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php |
A user with permissions to administer languages. |
LayoutBuilderOverridesEditingThemeTest::$adminUser |
property |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesEditingThemeTest.php |
Admin user. |
LegacyUserTest |
class |
core/modules/user/tests/src/Kernel/LegacyUserTest.php |
Tests deprecated user module functions. |
LegacyUserTest.php |
file |
core/modules/user/tests/src/Kernel/LegacyUserTest.php |
|
LegacyUserTest::$modules |
property |
core/modules/user/tests/src/Kernel/LegacyUserTest.php |
Modules to install. |
LegacyUserTest::testUserRolePermissions |
function |
core/modules/user/tests/src/Kernel/LegacyUserTest.php |
Tests deprecation of user_role_permissions(). |
LinkAccessConstraintValidator::$current_user |
property |
core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraintValidator.php |
|
LinkBase::$currentUser |
property |
core/modules/views/src/Plugin/views/field/LinkBase.php |
Current user object. |
LinkBase::currentUser |
function |
core/modules/views/src/Plugin/views/field/LinkBase.php |
Gets the current active user. |
LinkCollectionNormalizer::$currentUser |
property |
core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php |
The current user making the request. |
LinkCollectionNormalizerTest::$testUsers |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php |
Test users. |
LinkFieldUITest::$adminUser |
property |
core/modules/link/tests/src/Functional/LinkFieldUITest.php |
A user that can edit content types. |
LinkFieldUITest::$helpTextUser |
property |
core/modules/link/tests/src/Functional/LinkFieldUITest.php |
A user that should see the help texts. |
LinksetControllerTest::testUserAccountMenu |
function |
core/modules/system/tests/src/Functional/Menu/LinksetControllerTest.php |
Tests that the user account menu behaves as it should. |
LinkWidget::getUserEnteredStringAsUri |
function |
core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php |
Gets the user-entered string as a URI. |