| 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/destination/ShortcutSetUsers.php |
Returns an array of destination fields. |
| ShortcutSetUsers::fields |
function |
core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php |
Returns available fields on the source. |
| 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. |
| StaticReflectionClass::isUserDefined |
function |
core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php |
|
| StatisticsLastCommentName::$user_field |
property |
core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php |
The user name field. |
| StatisticsLastCommentName::$user_field |
property |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php |
The user name field. |
| StatisticsLastCommentName::$user_table |
property |
core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php |
The users table. |
| StatisticsLastCommentName::$user_table |
property |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php |
The users table. |
| StringFieldTest::$webUser |
property |
core/modules/field/tests/src/Functional/FunctionalString/StringFieldTest.php |
A user without any special permissions. |
| StyleSerializerEntityTest::$adminUser |
property |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
A user with permissions to look at test entity and configure views. |
| StyleSerializerTest::$adminUser |
property |
core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php |
A user with permissions to look at test entity and configure views. |
| SuperUserAccessInstallTest |
class |
core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php |
Tests superuser access and the installer. |
| SuperUserAccessInstallTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php |
|
| SuperUserAccessInstallTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php |
The theme to install as the default for testing. |
| SuperUserAccessInstallTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php |
The installation profile to install. |
| SuperUserAccessInstallTest::getInstallTests |
function |
core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php |
|
| SuperUserAccessInstallTest::NO_ACCESS_MESSAGE |
constant |
core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php |
Message when the logged-in user does not have admin access after install. |
| SuperUserAccessInstallTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php |
Prepares the current environment for running the test. |
| SuperUserAccessInstallTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php |
Final installer step: Configure site. |
| SuperUserAccessInstallTest::testInstalled |
function |
core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php |
Confirms that the installation succeeded. |
| SuperUserAccessPolicy |
class |
core/lib/Drupal/Core/Session/SuperUserAccessPolicy.php |
Grants user 1 an all access pass. |
| SuperUserAccessPolicy.php |
file |
core/lib/Drupal/Core/Session/SuperUserAccessPolicy.php |
|
| SuperUserAccessPolicy::calculatePermissions |
function |
core/lib/Drupal/Core/Session/SuperUserAccessPolicy.php |
Calculates the permissions for an account within a given scope. |
| SuperUserAccessPolicy::getPersistentCacheContexts |
function |
core/lib/Drupal/Core/Session/SuperUserAccessPolicy.php |
Gets the persistent cache contexts. |
| SuperUserAccessPolicyPass |
class |
core/lib/Drupal/Core/DependencyInjection/Compiler/SuperUserAccessPolicyPass.php |
Removes the super user access policy when toggled off. |
| SuperUserAccessPolicyPass.php |
file |
core/lib/Drupal/Core/DependencyInjection/Compiler/SuperUserAccessPolicyPass.php |
|
| SuperUserAccessPolicyPass::process |
function |
core/lib/Drupal/Core/DependencyInjection/Compiler/SuperUserAccessPolicyPass.php |
|
| SuperUserAccessPolicyTest |
class |
core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php |
Tests Drupal\Core\Session\SuperUserAccessPolicy. |