Search for user

  1. Search 7.x for user
  2. Search 9.5.x for user
  3. Search 8.9.x for user
  4. Search 11.x for user
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
User class core/modules/user/src/Entity/User.php Defines the user entity class.
User class core/modules/user/src/Plugin/views/argument_validator/User.php Validate whether an argument is a valid user.
User class core/modules/user/src/Plugin/views/argument_default/User.php Default argument plugin to extract a user from request.
User class core/modules/user/src/Plugin/migrate/source/d6/User.php Drupal 6 user source from database.
User class core/modules/user/src/Plugin/migrate/source/d7/User.php Drupal 7 user source from database.
User class core/modules/user/src/Plugin/migrate/User.php Plugin class for Drupal 7 user migrations dealing with fields and profiles.

All search results

Title Object type File name Summary
UserRoleEntityTest.php file core/modules/user/tests/src/Kernel/UserRoleEntityTest.php
UserRoleEntityTest::$modules property core/modules/user/tests/src/Kernel/UserRoleEntityTest.php Modules to install.
UserRoleEntityTest::testGrantingNonExistentPermission function core/modules/user/tests/src/Kernel/UserRoleEntityTest.php
UserRoleEntityTest::testOrderOfPermissions function core/modules/user/tests/src/Kernel/UserRoleEntityTest.php
UserRoleEntityTest::testPermissionRevokeAndConfigSync function core/modules/user/tests/src/Kernel/UserRoleEntityTest.php
UserRolesAccessPolicy class core/lib/Drupal/Core/Session/UserRolesAccessPolicy.php Grants permissions based on a user's roles.
UserRolesAccessPolicy.php file core/lib/Drupal/Core/Session/UserRolesAccessPolicy.php
UserRolesAccessPolicy::calculatePermissions function core/lib/Drupal/Core/Session/UserRolesAccessPolicy.php Calculates the permissions for an account within a given scope.
UserRolesAccessPolicy::getPersistentCacheContexts function core/lib/Drupal/Core/Session/UserRolesAccessPolicy.php Gets the persistent cache contexts.
UserRolesAccessPolicy::__construct function core/lib/Drupal/Core/Session/UserRolesAccessPolicy.php
UserRolesAccessPolicyTest class core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php @coversDefaultClass \Drupal\Core\Session\UserRolesAccessPolicy
@group Session
UserRolesAccessPolicyTest.php file core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php
UserRolesAccessPolicyTest::$accessPolicy property core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php The access policy to test.
UserRolesAccessPolicyTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php The mocked entity type manager service.
UserRolesAccessPolicyTest::calculatePermissionsProvider function core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php Data provider for testCalculatePermissions.
UserRolesAccessPolicyTest::setUp function core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php
UserRolesAccessPolicyTest::testAlterPermissions function core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php Tests the alterPermissions method.
UserRolesAccessPolicyTest::testApplies function core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php @covers ::applies
UserRolesAccessPolicyTest::testCalculatePermissions function core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php Tests the calculatePermissions method.
UserRolesAccessPolicyTest::testGetPersistentCacheContexts function core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php Tests the getPersistentCacheContexts method.
UserRolesAssignmentTest class core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php Tests that users can be assigned and unassigned roles.
UserRolesAssignmentTest.php file core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php
UserRolesAssignmentTest::$defaultTheme property core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php The theme to install as the default for testing.
UserRolesAssignmentTest::setUp function core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php
UserRolesAssignmentTest::testAssignAndRemoveRole function core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php Test that user can be assigned role and that the role can be removed again.
UserRolesAssignmentTest::testCreateUserWithRole function core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php Tests assigning a role at user creation and removing the role.
UserRolesAssignmentTest::userLoadAndCheckRoleAssigned function core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php Check role on user object.
UserRolesCacheContext class core/lib/Drupal/Core/Cache/Context/UserRolesCacheContext.php Defines the UserRolesCacheContext service, for "per role" caching.
UserRolesCacheContext.php file core/lib/Drupal/Core/Cache/Context/UserRolesCacheContext.php
UserRolesCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/UserRolesCacheContext.php Gets the cacheability metadata for the context based on the parameter value.
UserRolesCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/UserRolesCacheContext.php Returns the string representation of the cache context.
UserRolesCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/UserRolesCacheContext.php Returns the label of the cache context.
UserRolesCacheContextTest class core/tests/Drupal/Tests/Core/Cache/Context/UserRolesCacheContextTest.php @coversDefaultClass \Drupal\Core\Cache\Context\UserRolesCacheContext
@group Cache
UserRolesCacheContextTest.php file core/tests/Drupal/Tests/Core/Cache/Context/UserRolesCacheContextTest.php
UserRolesCacheContextTest::testCalculatedRole function core/tests/Drupal/Tests/Core/Cache/Context/UserRolesCacheContextTest.php @covers ::getContext
UserRolesPermissionsTest class core/tests/Drupal/KernelTests/Core/Session/UserRolesPermissionsTest.php Test case for getting permissions from user roles.
UserRolesPermissionsTest.php file core/tests/Drupal/KernelTests/Core/Session/UserRolesPermissionsTest.php
UserRolesPermissionsTest::$modules property core/tests/Drupal/KernelTests/Core/Session/UserRolesPermissionsTest.php Modules to install.
UserRolesPermissionsTest::setUp function core/tests/Drupal/KernelTests/Core/Session/UserRolesPermissionsTest.php
UserRolesPermissionsTest::testPermissionChange function core/tests/Drupal/KernelTests/Core/Session/UserRolesPermissionsTest.php Tests that assigning a role grants that role's permissions.
UserRoleTest class core/modules/user/tests/src/Kernel/Views/UserRoleTest.php Tests rendering when the role is numeric.
UserRoleTest.php file core/modules/user/tests/src/Kernel/Views/UserRoleTest.php
UserRoleTest::testNumericRole function core/modules/user/tests/src/Kernel/Views/UserRoleTest.php Tests numeric role.
UserRouteAlterSubscriber class core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php Alters user authentication routes to support additional serialization formats.
UserRouteAlterSubscriber.php file core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php
UserRouteAlterSubscriber::$serializerFormats property core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php The available serialization formats.
UserRouteAlterSubscriber::getSubscribedEvents function core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php
UserRouteAlterSubscriber::onRoutingAlterAddFormats function core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php Adds supported formats to the user authentication HTTP routes.
UserRouteAlterSubscriber::__construct function core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php UserRouteAlterSubscriber constructor.
UserRouteAlterTest class core/modules/serialization/tests/src/Kernel/UserRouteAlterTest.php Tests that the user routes can be altered.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.