CommentManager::$userConfig |
property |
core/modules/comment/src/CommentManager.php |
The user settings config object. |
CommentNameConstraintValidator::$userStorage |
property |
core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php |
User storage handler. |
CommentNonNodeTest::$adminUser |
property |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
An administrative user with permission to configure comment settings. |
CommentStatistics::$currentUser |
property |
core/modules/comment/src/CommentStatistics.php |
The current logged in user. |
CommentStatisticsTest::$webUser2 |
property |
core/modules/comment/tests/src/Functional/CommentStatisticsTest.php |
A secondary user for posting comments. |
CommentStorage::$currentUser |
property |
core/modules/comment/src/CommentStorage.php |
The current user. |
CommentTestBase::$adminUser |
property |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
An administrative user with permission to configure comment settings. |
CommentTestBase::$adminUser |
property |
core/modules/comment/src/Tests/CommentTestBase.php |
An administrative user with permission to configure comment settings. |
CommentTestBase::$nodeUserCommented |
property |
core/modules/comment/tests/src/Functional/Views/CommentTestBase.php |
Stores a node posted by the user created as $account2. |
CommentTestBase::$nodeUserCommented |
property |
core/modules/comment/src/Tests/Views/CommentTestBase.php |
Stores a node posted by the user created as $account2. |
CommentTestBase::$nodeUserPosted |
property |
core/modules/comment/tests/src/Functional/Views/CommentTestBase.php |
Stores a node posted by the user created as $account. |
CommentTestBase::$nodeUserPosted |
property |
core/modules/comment/src/Tests/Views/CommentTestBase.php |
Stores a node posted by the user created as $account. |
CommentTestBase::$webUser |
property |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
A normal user with permission to post comments. |
CommentTestBase::$webUser |
property |
core/modules/comment/src/Tests/CommentTestBase.php |
A normal user with permission to post comments. |
CommentTranslationUITest::$adminUser |
property |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
An administrative user with permission to administer comments. |
CommentTypeTest::$adminUser |
property |
core/modules/comment/tests/src/Functional/CommentTypeTest.php |
Admin user. |
CommentUserNameTest |
class |
core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php |
Tests comment user name field |
CommentUserNameTest.php |
file |
core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php |
|
CommentUserNameTest::$adminUser |
property |
core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php |
Admin user. |
CommentUserNameTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php |
Modules to enable. |
CommentUserNameTest::setUp |
function |
core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php |
|
CommentUserNameTest::testUsername |
function |
core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php |
Test the username formatter. |
CommentViewBuilder::$currentUser |
property |
core/modules/comment/src/CommentViewBuilder.php |
The current user. |
CommentViewsKernelTestBase::$adminUser |
property |
core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php |
Admin user. |
CommentViewsKernelTestBase::$userStorage |
property |
core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php |
The entity storage for users. |
comment_user_cancel |
function |
core/modules/comment/comment.module |
Implements hook_user_cancel(). |
comment_user_predelete |
function |
core/modules/comment/comment.module |
Implements hook_ENTITY_TYPE_predelete() for user entities. |
ConditionTestDualUser |
class |
core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php |
Provides a condition that requires two users. |
ConditionTestDualUser.php |
file |
core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php |
|
ConditionTestDualUser::evaluate |
function |
core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php |
Evaluates the condition and returns TRUE or FALSE accordingly. |
ConditionTestDualUser::summary |
function |
core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php |
Provides a human readable summary of the condition's configuration. |
ConditionTestDualUserTest |
class |
core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php |
Tests a condition that requires two users. |
ConditionTestDualUserTest.php |
file |
core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php |
|
ConditionTestDualUserTest::$anonymous |
property |
core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php |
An anonymous user for testing purposes. |
ConditionTestDualUserTest::$authenticated |
property |
core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php |
An authenticated user for testing purposes. |
ConditionTestDualUserTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php |
Modules to enable. |
ConditionTestDualUserTest::doTestDifferentUser |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php |
Tests with each context mapped to different users. |
ConditionTestDualUserTest::doTestIdenticalUser |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php |
Tests with both contexts mapped to the same user. |
ConditionTestDualUserTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php |
|
ConditionTestDualUserTest::testConditions |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php |
Tests the dual user condition. |
ConfigImportAllTest::$webUser |
property |
core/modules/config/tests/src/Functional/ConfigImportAllTest.php |
A user with the 'synchronize configuration' permission. |
ConfigImportInstallProfileTest::$webUser |
property |
core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php |
A user with the 'synchronize configuration' permission. |
ConfigImportUITest::$webUser |
property |
core/modules/config/tests/src/Functional/ConfigImportUITest.php |
A user with the 'synchronize configuration' permission. |
ConfigImportUploadTest::$webUser |
property |
core/modules/config/tests/src/Functional/ConfigImportUploadTest.php |
A user with the 'import configuration' permission. |
ConfigInstallWebTest::$adminUser |
property |
core/modules/config/tests/src/Functional/ConfigInstallWebTest.php |
The admin user used in this test. |
ConfigTranslationCacheTest::$adminUser |
property |
core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php |
Administrator user for tests. |
ConfigTranslationCacheTest::$translatorUser |
property |
core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php |
Translator user for tests. |
ConfigTranslationListUiTest::$adminUser |
property |
core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php |
Admin user with all needed permissions. |
ConfigTranslationListUiTest::doUserRoleListTest |
function |
core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php |
Tests the role listing for the translate operation. |
ConfigTranslationUiTest::$adminUser |
property |
core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php |
Administrator user for tests. |