| serialization.user_route_alter_subscriber |
service |
core/modules/serialization/serialization.services.yml |
Drupal\serialization\EventSubscriber\UserRouteAlterSubscriber |
| SerializerTest::$user |
property |
core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php |
A user. |
| SessionAuthenticationTest::$user |
property |
core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php |
A test user. |
| SessionHttpsTest::getUserLoginFormBuildId |
function |
core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php |
Gets the form build ID for the user login form. |
| SessionTestHooks::userLogin |
function |
core/modules/system/tests/modules/session_test/src/Hook/SessionTestHooks.php |
Implements hook_user_login(). |
| SettingsTest::$adminUser |
property |
core/modules/views_ui/tests/src/Functional/SettingsTest.php |
Stores an admin user used by the different tests. |
| SharedTempStore::$currentUser |
property |
core/lib/Drupal/Core/TempStore/SharedTempStore.php |
The current user. |
| SharedTempStoreFactory::$currentUser |
property |
core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php |
The current user. |
| ShortcutCacheTagsTest::$adminUser |
property |
core/modules/shortcut/tests/src/Kernel/ShortcutCacheTagsTest.php |
User with permission to administer shortcuts. |
| ShortcutCacheTagsTest::$adminUser |
property |
core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php |
User with permission to administer shortcuts. |
| ShortcutHooks::userDelete |
function |
core/modules/shortcut/src/Hook/ShortcutHooks.php |
Implements hook_ENTITY_TYPE_delete(). |
| ShortcutLinksTest::$adminUser |
property |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
User with permission to administer shortcuts. |
| ShortcutSetsTest::testShortcutSetUnassignOnUserRemoval |
function |
core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php |
Tests assign clearing on user removal. |
| ShortcutSetStorage::assignUser |
function |
core/modules/shortcut/src/ShortcutSetStorage.php |
Assigns a user to a particular shortcut set. |
| ShortcutSetStorage::countAssignedUsers |
function |
core/modules/shortcut/src/ShortcutSetStorage.php |
Get the number of users who have this set assigned to them. |
| ShortcutSetStorage::getAssignedToUser |
function |
core/modules/shortcut/src/ShortcutSetStorage.php |
Get the name of the set assigned to this user. |
| ShortcutSetStorage::getDisplayedToUser |
function |
core/modules/shortcut/src/ShortcutSetStorage.php |
Gets the shortcut set to be displayed for a given user account. |
| ShortcutSetStorage::unassignUser |
function |
core/modules/shortcut/src/ShortcutSetStorage.php |
Un-assigns a user from any shortcut set they may have been assigned to. |
| ShortcutSetStorageInterface::assignUser |
function |
core/modules/shortcut/src/ShortcutSetStorageInterface.php |
Assigns a user to a particular shortcut set. |
| ShortcutSetStorageInterface::countAssignedUsers |
function |
core/modules/shortcut/src/ShortcutSetStorageInterface.php |
Get the number of users who have this set assigned to them. |
| ShortcutSetStorageInterface::getAssignedToUser |
function |
core/modules/shortcut/src/ShortcutSetStorageInterface.php |
Get the name of the set assigned to this user. |
| ShortcutSetStorageInterface::getDisplayedToUser |
function |
core/modules/shortcut/src/ShortcutSetStorageInterface.php |
Gets the shortcut set to be displayed for a given user account. |
| ShortcutSetStorageInterface::unassignUser |
function |
core/modules/shortcut/src/ShortcutSetStorageInterface.php |
Un-assigns a user from any shortcut set they may have been assigned to. |
| ShortcutSetUsers |
class |
core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php |
Migration destination for shortcut_set_users. |
| ShortcutSetUsers |
class |
core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php |
Drupal 7 shortcut_set_users source from database. |
| ShortcutSetUsers.php |
file |
core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php |
|
| ShortcutSetUsers.php |
file |
core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php |
|
| ShortcutSetUsers::$shortcutSetStorage |
property |
core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php |
The shortcut set storage handler. |
| ShortcutSetUsers::create |
function |
core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php |
Instantiates a new instance of the implementing class using autowiring. |
| ShortcutSetUsers::fields |
function |
core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php |
Returns available fields on the source. |
| ShortcutSetUsers::fields |
function |
core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php |
Returns an array of destination fields. |
| ShortcutSetUsers::getIds |
function |
core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php |
Gets the destination IDs. |
| ShortcutSetUsers::getIds |
function |
core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php |
Defines the source fields uniquely identifying a source row. |
| ShortcutSetUsers::import |
function |
core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php |
Import the row. |
| ShortcutSetUsers::query |
function |
core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php |
Prepares query object to retrieve data from the source database. |
| ShortcutSetUsers::__construct |
function |
core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php |
Constructs an entity destination plugin. |
| ShortcutSetUsersTest |
class |
core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php |
Tests D7 ShortcutSetUsers source plugin. |
| ShortcutSetUsersTest.php |
file |
core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php |
|
| ShortcutSetUsersTest::$modules |
property |
core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php |
Modules to install. |
| ShortcutSetUsersTest::providerSource |
function |
core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php |
Provides source data for ::testSource. |
| ShortcutTestBase::$adminUser |
property |
core/modules/shortcut/tests/src/Functional/ShortcutTestBase.php |
User with permission to administer shortcuts. |
| ShortcutTestBase::$shortcutUser |
property |
core/modules/shortcut/tests/src/Functional/ShortcutTestBase.php |
User with permission to use shortcuts, but not administer them. |
| SiteMaintenanceTest::$adminUser |
property |
core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php |
The test user. |
| SiteMaintenanceTest::$user |
property |
core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php |
User allowed to access site in maintenance mode. |
| SmartDefaultSettings::$currentUser |
property |
core/modules/ckeditor5/src/SmartDefaultSettings.php |
The current user. |
| SourceEditingTestBase::$adminUser |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTestBase.php |
The user to use during testing. |
| StandardPerformanceTest::$user |
property |
core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php |
The user account created during testing. |
| StandardTestTrait::$adminUser |
property |
core/profiles/standard/tests/src/Traits/StandardTestTrait.php |
The admin user. |
| StateTransitionValidationTest::testUserSensitiveValidTransitions |
function |
core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php |
Verifies user-aware transition validation. |
| StateTransitionValidationTest::userTransitionsProvider |
function |
core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php |
Data provider for the user transition test. |