| HistoryTest::$user |
property |
core/modules/history/tests/src/Functional/HistoryTest.php |
The main user for testing. |
| HistoryUserTimestamp |
class |
core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php |
Field handler to display the marker for new content. |
| HistoryUserTimestamp |
class |
core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php |
Filter for new content. |
| HistoryUserTimestamp.php |
file |
core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php |
|
| HistoryUserTimestamp.php |
file |
core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php |
|
| HistoryUserTimestamp::$no_operator |
property |
core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php |
Disable the possibility to use operators. |
| HistoryUserTimestamp::adminSummary |
function |
core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php |
Display the filter on the administrative summary. |
| HistoryUserTimestamp::buildExposeForm |
function |
core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php |
Options form subform for exposed filter options. |
| HistoryUserTimestamp::buildOptionsForm |
function |
core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php |
Provide link to node option. |
| HistoryUserTimestamp::create |
function |
core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php |
Instantiates a new instance of the implementing class using autowiring. |
| HistoryUserTimestamp::defineOptions |
function |
core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php |
Information about options for all kinds of purposes will be held here. |
| HistoryUserTimestamp::init |
function |
core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php |
Initialize the plugin. |
| HistoryUserTimestamp::query |
function |
core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php |
Called to add the field to a query. |
| HistoryUserTimestamp::query |
function |
core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php |
Add this filter to the query. |
| HistoryUserTimestamp::render |
function |
core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php |
Renders the field. |
| HistoryUserTimestamp::usesGroupBy |
function |
core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php |
Provides the handler some group by. |
| HistoryUserTimestamp::usesGroupBy |
function |
core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php |
Provides the handler some group by. |
| HistoryUserTimestamp::valueForm |
function |
core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php |
Options form subform for setting options. |
| HistoryUserTimestamp::__construct |
function |
core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php |
Constructs a HistoryUserTimestamp object. |
| hook_user_cancel |
function |
core/modules/user/user.api.php |
Act on user account cancellations. |
| hook_user_cancel_methods_alter |
function |
core/modules/user/user.api.php |
Modify account cancellation methods. |
| hook_user_format_name_alter |
function |
core/modules/user/user.api.php |
Alter the username that is displayed for a user. |
| hook_user_login |
function |
core/modules/user/user.api.php |
The user just logged in. |
| hook_user_logout |
function |
core/modules/user/user.api.php |
The user just logged out. |
| HttpExceptionNormalizer::$currentUser |
property |
core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php |
The current user making the request. |
| ImageAdminStylesTest::testFlushUserInterface |
function |
core/modules/image/tests/src/Functional/ImageAdminStylesTest.php |
Tests flush user interface. |
| ImageFieldTestBase::$adminUser |
property |
core/modules/image/tests/src/FunctionalJavascript/ImageFieldTestBase.php |
A user with permissions to administer content types and image styles. |
| ImageFieldTestBase::$adminUser |
property |
core/modules/image/tests/src/Functional/ImageFieldTestBase.php |
A user with permissions to administer content types and image styles. |
| ImageFormatter::$currentUser |
property |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php |
The current user. |
| ImageTestBase::$adminUser |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php |
The user to use during testing. |
| ImageUploadTest::$user |
property |
core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php |
A user without any particular permissions to be used in testing. |
| ImageUrlFormatter::$currentUser |
property |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
The current user. |
| InlineBlock::$currentUser |
property |
core/modules/layout_builder/src/Plugin/Block/InlineBlock.php |
The current user. |
| InstallHelper::getUser |
function |
core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php |
Looks up a user by name, if it is missing the user is created. |
| InstallHelper::importUsers |
function |
core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php |
Imports users. |
| InstallTest::testEnableUserTwice |
function |
core/modules/system/tests/src/Kernel/Module/InstallTest.php |
Tests enabling User module once more. |
| InternalEntitiesTest::$testUser |
property |
core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php |
A test user. |
| InvalidUpdateHookTest::$updateUser |
property |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
A user account with upgrade permission. |
| IsSuperUserCacheContext |
class |
core/lib/Drupal/Core/Cache/Context/IsSuperUserCacheContext.php |
Defines the IsSuperUserCacheContext service, for "super user or not" caching. |
| IsSuperUserCacheContext.php |
file |
core/lib/Drupal/Core/Cache/Context/IsSuperUserCacheContext.php |
|
| IsSuperUserCacheContext::getCacheableMetadata |
function |
core/lib/Drupal/Core/Cache/Context/IsSuperUserCacheContext.php |
Gets the cacheability metadata for the context. |
| IsSuperUserCacheContext::getContext |
function |
core/lib/Drupal/Core/Cache/Context/IsSuperUserCacheContext.php |
Returns the string representation of the cache context. |
| IsSuperUserCacheContext::getLabel |
function |
core/lib/Drupal/Core/Cache/Context/IsSuperUserCacheContext.php |
Returns the label of the cache context. |
| JsonApiFunctionalTestBase::$adminUser |
property |
core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php |
Test admin user. |
| JsonApiFunctionalTestBase::$user |
property |
core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php |
Test user. |
| JsonApiFunctionalTestBase::$userCanViewProfiles |
property |
core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php |
Test user with access to view profiles. |
| JsonapiHooks::jsonapiUserFilterAccess |
function |
core/modules/jsonapi/src/Hook/JsonapiHooks.php |
Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'user'. |
| JsonapiTestUserHooks |
class |
core/modules/jsonapi/tests/modules/jsonapi_test_user/src/Hook/JsonapiTestUserHooks.php |
Hook implementations for jsonapi_test_user. |
| JsonapiTestUserHooks.php |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_user/src/Hook/JsonapiTestUserHooks.php |
|
| JsonapiTestUserHooks::userFormatNameAlter |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_user/src/Hook/JsonapiTestUserHooks.php |
Implements hook_user_format_name_alter(). |