BrowserTestBaseUserAgentTest::prepareRequest |
function |
core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php |
Prepare for a request to testing site. |
BrowserTestBaseUserAgentTest::testUserAgentValidation |
function |
core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php |
Test validation of the User-Agent header we use to perform test requests. |
BulkFormAccessTest::testUserDeleteAccess |
function |
core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php |
Tests if users that may not be deleted, can not be deleted in bulk. |
BulkFormAccessTest::testUserEditAccess |
function |
core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php |
Tests if users that may not be edited, can not be edited in bulk. |
CacheContextOptimizationTest::testUserPermissionCacheContextOptimization |
function |
core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php |
Ensures that 'user.permissions' cache context is able to define cache tags. |
CacheContextOptimizationTest::testUserRolesCacheContextOptimization |
function |
core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php |
Ensures that 'user.roles' still works when it is optimized away. |
CacheTagTest::$user |
property |
core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php |
A test user. |
CacheTagTest::$userViewBuilder |
property |
core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php |
The user view builder. |
cache_context.user |
service |
core/core.services.yml |
Drupal\Core\Cache\Context\UserCacheContext |
cache_context.user.is_super_user |
service |
core/core.services.yml |
Drupal\Core\Cache\Context\IsSuperUserCacheContext |
cache_context.user.node_grants |
service |
core/modules/node/node.services.yml |
Drupal\node\Cache\NodeAccessGrantsCacheContext |
cache_context.user.permissions |
service |
core/core.services.yml |
Drupal\Core\Cache\Context\AccountPermissionsCacheContext |
cache_context.user.roles |
service |
core/core.services.yml |
Drupal\Core\Cache\Context\UserRolesCacheContext |
CancelUser |
class |
core/modules/user/src/Plugin/Action/CancelUser.php |
Cancels a user account. |
CancelUser.php |
file |
core/modules/user/src/Plugin/Action/CancelUser.php |
|
CancelUser::$currentUser |
property |
core/modules/user/src/Plugin/Action/CancelUser.php |
The current user. |
CancelUser::$tempStoreFactory |
property |
core/modules/user/src/Plugin/Action/CancelUser.php |
The tempstore factory. |
CancelUser::access |
function |
core/modules/user/src/Plugin/Action/CancelUser.php |
Checks object access. |
CancelUser::create |
function |
core/modules/user/src/Plugin/Action/CancelUser.php |
Creates an instance of the plugin. |
CancelUser::execute |
function |
core/modules/user/src/Plugin/Action/CancelUser.php |
Executes the plugin. |
CancelUser::executeMultiple |
function |
core/modules/user/src/Plugin/Action/CancelUser.php |
Executes the plugin for an array of objects. |
CancelUser::__construct |
function |
core/modules/user/src/Plugin/Action/CancelUser.php |
Constructs a CancelUser object. |
ChangeUserRoleBase |
class |
core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php |
Provides a base class for operations to change a user's role. |
ChangeUserRoleBase.php |
file |
core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php |
|
ChangeUserRoleBase::$entityType |
property |
core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php |
The user role entity type. |
ChangeUserRoleBase::access |
function |
core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php |
Checks object access. |
ChangeUserRoleBase::buildConfigurationForm |
function |
core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php |
Form constructor. |
ChangeUserRoleBase::calculateDependencies |
function |
core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php |
Calculates dependencies for the configured plugin. |
ChangeUserRoleBase::create |
function |
core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php |
Creates an instance of the plugin. |
ChangeUserRoleBase::defaultConfiguration |
function |
core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php |
Gets default configuration for this plugin. |
ChangeUserRoleBase::submitConfigurationForm |
function |
core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php |
Form submission handler. |
ChangeUserRoleBase::__construct |
function |
core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php |
|
ChooseBlockController::$currentUser |
property |
core/modules/layout_builder/src/Controller/ChooseBlockController.php |
The current user. |
CKEditorAdminTest::$adminUser |
property |
core/modules/ckeditor/tests/src/Functional/CKEditorAdminTest.php |
A user with the 'administer filters' permission. |
CKEditorIntegrationTest::$adminUser |
property |
core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php |
The user to use during testing. |
CKEditorIntegrationTest::$user |
property |
core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php |
The user to use during testing. |
CKEditorLoadingTest::$normalUser |
property |
core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php |
A normal user with access to the 'plain_text' and 'filtered_html' formats. |
CKEditorLoadingTest::$untrustedUser |
property |
core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php |
An untrusted user with access to only the 'plain_text' format. |
CKEditorStylesComboAdminTest::$adminUser |
property |
core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboAdminTest.php |
A user with the 'administer filters' permission. |
CKEditorStylesComboTranslationTest::$adminUser |
property |
core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php |
A user with the 'administer filters' permission. |
ColorConfigSchemaTest::$adminUser |
property |
core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php |
A user with administrative permissions. |
ColorSafePreviewTest::$bigUser |
property |
core/modules/color/tests/src/Functional/ColorSafePreviewTest.php |
A user with administrative permissions. |
ColorTest::$bigUser |
property |
core/modules/color/tests/src/Functional/ColorTest.php |
A user with administrative permissions. |
CommentAdminViewTest::$adminUser |
property |
core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php |
Admin user. |
CommentDefaultFormatter::$currentUser |
property |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
The current user. |
CommentForm::$currentUser |
property |
core/modules/comment/src/CommentForm.php |
The current user. |
CommentLazyBuilders::$currentUser |
property |
core/modules/comment/src/CommentLazyBuilders.php |
Current logged in user. |
CommentLinkBuilder::$currentUser |
property |
core/modules/comment/src/CommentLinkBuilder.php |
Current user. |
CommentLinkBuilderTest::$currentUser |
property |
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php |
Current user proxy mock. |
CommentManager::$currentUser |
property |
core/modules/comment/src/CommentManager.php |
The current user. |