| FieldFieldTest::$testUsers |
property |
core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php |
Stores a couple of test users. |
| FieldHelpTest::$adminUser |
property |
core/modules/field/tests/src/Functional/FieldHelpTest.php |
The admin user that will be created. |
| FieldRenderedEntityTest::$user |
property |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
The logged in user. |
| FieldResolver::$currentUser |
property |
core/modules/jsonapi/src/Context/FieldResolver.php |
The current user account. |
| FileFieldTestBase::$adminUser |
property |
core/modules/file/tests/src/Functional/FileFieldTestBase.php |
A user with administration permissions. |
| FileFieldWidgetTest::$adminUser |
property |
core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetTest.php |
An user with administration permissions. |
| FileItemValidationTest::$user |
property |
core/modules/file/tests/src/Kernel/FileItemValidationTest.php |
A user. |
| FileListingTest::$baseUser |
property |
core/modules/file/tests/src/Functional/FileListingTest.php |
An authenticated user. |
| FileManagedFileElementTest::$adminUser |
property |
core/modules/file/tests/src/FunctionalJavascript/FileManagedFileElementTest.php |
A user with administration permissions. |
| FileResourceTestBase::makeCurrentUserFileOwner |
function |
core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php |
Makes the current user the file owner. |
| FileSizeLimitConstraint::$userLimit |
property |
core/modules/file/src/Plugin/Validation/Constraint/FileSizeLimitConstraint.php |
The user limit. |
| FileTest::makeCurrentUserFileOwner |
function |
core/modules/jsonapi/tests/src/Functional/FileTest.php |
Makes the current user the file owner. |
| FileUploadResourceTestBase::$user |
property |
core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php |
An authenticated user. |
| FileUploadTest::$user |
property |
core/modules/jsonapi/tests/src/Functional/FileUploadTest.php |
An authenticated user. |
| FilterAdminTest::$adminUser |
property |
core/modules/filter/tests/src/Functional/FilterAdminTest.php |
A user with administration permissions. |
| FilterAdminTest::$webUser |
property |
core/modules/filter/tests/src/Functional/FilterAdminTest.php |
A user with permissions to create pages. |
| FilterAndArgumentUserUidTest |
class |
core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php |
Tests the user posted or commented filter and argument handlers. |
| FilterAndArgumentUserUidTest.php |
file |
core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php |
|
| FilterAndArgumentUserUidTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php |
Modules to install. |
| FilterAndArgumentUserUidTest::$testViews |
property |
core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php |
Views used by this test. |
| FilterAndArgumentUserUidTest::testHandlers |
function |
core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php |
Tests the user posted or commented filter and argument handlers. |
| FilterEntityReferenceTest::$user1 |
property |
core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php |
First test user as node author. |
| FilterEntityReferenceTest::$user2 |
property |
core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php |
Second test user as node author. |
| FilterFormatAccessTest::$adminUser |
property |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
A user with administrative permissions. |
| FilterFormatAccessTest::$filterAdminUser |
property |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
A user with 'administer filters' permission. |
| FilterFormatAccessTest::$webUser |
property |
core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php |
A user with permission to create and edit own content. |
| FilterFormTest::$adminUser |
property |
core/modules/filter/tests/src/Functional/FilterFormTest.php |
An administrative user account that can administer text formats. |
| FilterFormTest::$webUser |
property |
core/modules/filter/tests/src/Functional/FilterFormTest.php |
A basic user account that can only access basic HTML text format. |
| FilterNodeAccessTest::$users |
property |
core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php |
An array of users. |
| FilterSecurityTest::$adminUser |
property |
core/modules/filter/tests/src/Functional/FilterSecurityTest.php |
A user with administrative permissions. |
| FilterTest::testRememberUserRoles |
function |
core/modules/views/tests/src/Functional/Plugin/FilterTest.php |
Tests that disabled user roles of the "Remember the last selection" functionality are removed on save. |
| FormBase::currentUser |
function |
core/lib/Drupal/Core/Form/FormBase.php |
Gets the current user. |
| FormBuilder::$currentUser |
property |
core/lib/Drupal/Core/Form/FormBuilder.php |
The current user. |
| FormBuilder::currentUser |
function |
core/lib/Drupal/Core/Form/FormBuilder.php |
Gets the current active user. |
| FormCache::$currentUser |
property |
core/lib/Drupal/Core/Form/FormCache.php |
The current user. |
| FormCacheTest::testGetCacheAnonUser |
function |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
Tests get cache anon user. |
| FormCacheTest::testGetCacheAuthUser |
function |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
Tests get cache auth user. |
| FormCacheTest::testSetCacheAuthUser |
function |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
Tests set cache auth user. |
| FormState::getUserInput |
function |
core/lib/Drupal/Core/Form/FormState.php |
Returns the form values as they were submitted by the user. |
| FormState::setUserInput |
function |
core/lib/Drupal/Core/Form/FormState.php |
Sets the form values as though they were submitted by a user. |
| FormStateDecoratorBase::getUserInput |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Returns the form values as they were submitted by the user. |
| FormStateDecoratorBase::setUserInput |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Sets the form values as though they were submitted by a user. |
| FormStateDecoratorBaseTest::testGetUserInput |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
Tests get user input. |
| FormStateDecoratorBaseTest::testSetUserInput |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
Tests set user input. |
| FormStateInterface::getUserInput |
function |
core/lib/Drupal/Core/Form/FormStateInterface.php |
Returns the form values as they were submitted by the user. |
| FormStateInterface::setUserInput |
function |
core/lib/Drupal/Core/Form/FormStateInterface.php |
Sets the form values as though they were submitted by a user. |
| FormTestHooks::formUserRegisterFormAlter |
function |
core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php |
Implements hook_form_FORM_ID_alter() for the registration form. |
| FunctionalTestSetupTrait::$rootUser |
property |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php |
The "#1" admin user. |
| FunctionalTestSetupTrait::$usesSuperUserAccessPolicy |
property |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php |
Set to TRUE to make user 1 a super user. |
| FunctionalTestSetupTrait::initUserSession |
function |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php |
Initializes user 1 for the site to be installed. |