ArgumentDefaultTest::testPluginArgumentDefaultCurrentUser |
function |
core/modules/user/tests/src/Kernel/Views/ArgumentDefaultTest.php |
Tests the current user with argument default. |
ArgumentValidateTest::testArgumentValidateUserName |
function |
core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php |
Tests the UserName argument validator. |
ArgumentValidateTest::testArgumentValidateUserUid |
function |
core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php |
Tests the User (ID) argument validator. |
Auth::$userStorage |
property |
core/modules/locale/tests/modules/early_translation_test/src/Auth.php |
The user storage. |
BasicAuth::$userAuth |
property |
core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php |
The user auth service. |
BasicAuthTest::testPerUserLoginFloodControl |
function |
core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php |
Tests the per-user login flood control. |
BatchUserAction |
class |
core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php |
Provides action that sets batch precessing. |
BatchUserAction.php |
file |
core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php |
|
BatchUserAction::access |
function |
core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php |
Checks object access. |
BatchUserAction::execute |
function |
core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php |
Executes the plugin. |
BatchUserAction::executeMultiple |
function |
core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php |
Executes the plugin for an array of objects. |
BatchUserAction::finishBatch |
function |
core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php |
Finish batch. |
BatchUserAction::processBatch |
function |
core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php |
Processes the batch item. |
Block::$userRoleTable |
property |
core/modules/block/src/Plugin/migrate/source/Block.php |
Table listing user roles. |
BlockCacheTest::$adminUser |
property |
core/modules/block/tests/src/Functional/BlockCacheTest.php |
A user with permission to create and edit books and to administer blocks. |
BlockCacheTest::$normalUser |
property |
core/modules/block/tests/src/Functional/BlockCacheTest.php |
An authenticated user to test block caching. |
BlockCacheTest::$normalUserAlt |
property |
core/modules/block/tests/src/Functional/BlockCacheTest.php |
Another authenticated user to test block caching. |
BlockCacheTest::testCachePerUser |
function |
core/modules/block/tests/src/Functional/BlockCacheTest.php |
Tests "user" cache context. |
BlockComponentRenderArray::$currentUser |
property |
core/modules/layout_builder/src/EventSubscriber/BlockComponentRenderArray.php |
The current user. |
BlockContent::getRevisionUser |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUser(). |
BlockContent::getRevisionUserId |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId(). |
BlockContent::setRevisionUser |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUser(). |
BlockContent::setRevisionUserId |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUserId(). |
BlockContentTestBase::$adminUser |
property |
core/modules/block_content/tests/src/Functional/Views/BlockContentTestBase.php |
Admin user. |
BlockContentTestBase::$adminUser |
property |
core/modules/block_content/tests/src/Functional/BlockContentTestBase.php |
Admin user. |
BlockHiddenRegionTest::$adminUser |
property |
core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php |
An administrative user to configure the test environment. |
BlockLanguageTest::$adminUser |
property |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
An administrative user to configure the test environment. |
BlockLayoutTourTest::$adminUser |
property |
core/modules/block/tests/src/Functional/BlockLayoutTourTest.php |
An admin user with administrative permissions for Blocks. |
BlockTest::testBlockUserRoleDelete |
function |
core/modules/block/tests/src/Functional/BlockTest.php |
Tests block_user_role_delete. |
BlockTestBase::$adminUser |
property |
core/modules/block/tests/src/Functional/BlockTestBase.php |
A test user with administrative privileges. |
BlockUiTest::$adminUser |
property |
core/modules/block/tests/src/Functional/BlockUiTest.php |
An administrative user to configure the test environment. |
BlockUser |
class |
core/modules/user/src/Plugin/Action/BlockUser.php |
Blocks a user. |
BlockUser.php |
file |
core/modules/user/src/Plugin/Action/BlockUser.php |
|
BlockUser::access |
function |
core/modules/user/src/Plugin/Action/BlockUser.php |
Checks object access. |
BlockUser::execute |
function |
core/modules/user/src/Plugin/Action/BlockUser.php |
Executes the plugin. |
block_user_role_delete |
function |
core/modules/block/block.module |
Implements hook_ENTITY_TYPE_delete() for user_role entities. |
BookBreadcrumbTest::$webUserWithoutNodeAccess |
property |
core/modules/book/tests/src/Functional/BookBreadcrumbTest.php |
A user without the 'node test view' permission. |
BookTest::$adminUser |
property |
core/modules/book/tests/src/Functional/BookTest.php |
A user with permission to create and edit books and to administer blocks. |
BookTest::$webUser |
property |
core/modules/book/tests/src/Functional/BookTest.php |
A user with permission to view a book and access printer-friendly version. |
BookTest::$webUserWithoutNodeAccess |
property |
core/modules/book/tests/src/Functional/BookTest.php |
A user without the 'node test view' permission. |
BreadcrumbTest::$adminUser |
property |
core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php |
An administrative user. |
BreadcrumbTest::$webUser |
property |
core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php |
A regular user. |
Broken::$currentUser |
property |
core/lib/Drupal/Core/Block/Plugin/Block/Broken.php |
The current user. |
BrowserTestBaseUserAgentTest |
class |
core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php |
Tests BrowserTestBase functionality. |
BrowserTestBaseUserAgentTest.php |
file |
core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php |
|
BrowserTestBaseUserAgentTest::$agent |
property |
core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php |
The user agent string to use. |
BrowserTestBaseUserAgentTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php |
The theme to install as the default for testing. |
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 |
Tests 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. |