| 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. |
| HandlerArgumentUserUidTest |
class |
core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php |
Tests the handler of the user: uid Argument. |
| HandlerArgumentUserUidTest.php |
file |
core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php |
|
| HandlerArgumentUserUidTest::$modules |
property |
core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php |
Modules to install. |
| HandlerArgumentUserUidTest::$testViews |
property |
core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php |
Test views. |
| HandlerArgumentUserUidTest::testArgumentTitle |
function |
core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php |
Tests the generated title of a user: uid argument. |
| HandlerFieldUserNameTest |
class |
core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php |
Tests the handler of the user: name field. |
| HandlerFieldUserNameTest.php |
file |
core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php |
|
| HandlerFieldUserNameTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php |
The theme to install as the default for testing. |
| HandlerFieldUserNameTest::$testViews |
property |
core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php |
Views used by this test. |
| HandlerFieldUserNameTest::testNoAdditionalFields |
function |
core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php |
Tests that the field handler works when no additional fields are added. |
| HandlerFieldUserNameTest::testUserName |
function |
core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php |
Tests the rendering of the user name field in Views. |
| HandlerFilterCurrentUserTest |
class |
core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php |
Tests the current user filter handler. |
| HandlerFilterCurrentUserTest.php |
file |
core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php |
|
| HandlerFilterCurrentUserTest::$currentUser |
property |
core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php |
The current user. |
| HandlerFilterCurrentUserTest::$testViews |
property |
core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php |
Views used by this test. |
| HandlerFilterCurrentUserTest::setUp |
function |
core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php |
|
| HandlerFilterCurrentUserTest::testFilterCurrentUserAsAnonymous |
function |
core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php |
Tests the current user filter handler with anonymous user. |
| HandlerFilterCurrentUserTest::testFilterCurrentUserAsUser |
function |
core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php |
Tests the current user filter handler with logged-in user. |
| HandlerFilterUserNameTest |
class |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Tests the handler of the user: name filter. |
| HandlerFilterUserNameTest.php |
file |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
|
| HandlerFilterUserNameTest::$accounts |
property |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Accounts used by this test. |
| HandlerFilterUserNameTest::$columnMap |
property |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Stores the column map for this testCase. |
| HandlerFilterUserNameTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
The theme to install as the default for testing. |
| HandlerFilterUserNameTest::$modules |
property |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Modules to install. |
| HandlerFilterUserNameTest::$names |
property |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Usernames of $accounts. |
| HandlerFilterUserNameTest::$testViews |
property |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Views used by this test. |
| HandlerFilterUserNameTest::setUp |
function |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Sets up the test. |
| HandlerFilterUserNameTest::testAdminUserInterface |
function |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Tests using the user interface. |
| HandlerFilterUserNameTest::testExposedFilter |
function |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Tests exposed filters. |
| HandlerFilterUserNameTest::testUserNameApi |
function |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Tests just using the filter. |
| HelpTest::$adminUser |
property |
core/modules/help/tests/src/Functional/HelpTest.php |
The admin user that will be created. |
| HelpTest::$anyUser |
property |
core/modules/help/tests/src/Functional/HelpTest.php |
The anonymous user that will be created. |
| HelpTopicTest::$adminUser |
property |
core/modules/help/tests/src/Functional/HelpTopicTest.php |
The admin user that will be created. |
| HelpTopicTest::$anyUser |
property |
core/modules/help/tests/src/Functional/HelpTopicTest.php |
The anonymous user that will be created. |
| HelpTopicTest::$noTestUser |
property |
core/modules/help/tests/src/Functional/HelpTopicTest.php |
The user who can see help but not the special route. |
| HistoryCommentLinkBuilderTest::$currentUser |
property |
core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php |
Current user proxy mock. |
| HistoryHooks::userCancel |
function |
core/modules/history/src/Hook/HistoryHooks.php |
Implements hook_user_cancel(). |
| HistoryHooks::userDelete |
function |
core/modules/history/src/Hook/HistoryHooks.php |
Implements hook_ENTITY_TYPE_delete() for user entities. |