| 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 |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| ChooseBlockController::$currentUser |
property |
core/modules/layout_builder/src/Controller/ChooseBlockController.php |
The current user. |
| CKEditor5ImageController::$currentUser |
property |
core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php |
The currently authenticated user. |
| CKEditor5IntegrationTest::$contentAuthorUser |
property |
core/modules/quickedit/tests/src/FunctionalJavascript/CKEditor5IntegrationTest.php |
A user with permissions to edit Articles and use Quick Edit. |
| CKEditor5MediaController::$currentUser |
property |
core/modules/ckeditor5/src/Controller/CKEditor5MediaController.php |
The currently authenticated user. |
| CKEditor5QuickEditLibraryTest::$adminUser |
property |
core/modules/quickedit/tests/src/Functional/CKEditor5/CKEditor5QuickEditLibraryTest.php |
The admin user. |
| CKEditor5ToolbarTest::$user |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ToolbarTest.php |
The admin user. |
| CKEditorAdminTest::$adminUser |
property |
core/modules/ckeditor/tests/src/Functional/CKEditorAdminTest.php |
A user with the 'administer filters' permission. |
| 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. |
| CKEditorToolbarButtonTest::$adminUser |
property |
core/modules/ckeditor/tests/src/Functional/CKEditorToolbarButtonTest.php |
The admin user. |
| 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. |