Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
UserViewsData::getViewsData function core/modules/user/src/UserViewsData.php Returns views data for the entity type.
UserViewsDataTest class core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php Contains tests related to the views data for the user entity type.
UserViewsDataTest.php file core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php
UserViewsDataTest::$entityFieldManager property core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php The entity field manager.
UserViewsDataTest::$modules property core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php Modules to enable.
UserViewsDataTest::$viewsData property core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php The views data service.
UserViewsDataTest::setUp function core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php
UserViewsDataTest::testUserPasswordFieldNotAvailableToViews function core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php Tests if user views data object doesn't contain pass field.
UserViewsFieldAccessTest class core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php Tests base field access in Views for the user entity.
UserViewsFieldAccessTest.php file core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php
UserViewsFieldAccessTest::$modules property core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php Modules to enable.
UserViewsFieldAccessTest::setUp function core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php
UserViewsFieldAccessTest::testUserFields function core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php
UserXmlAnonTest class core/modules/user/tests/src/Functional/Rest/UserXmlAnonTest.php @group rest
UserXmlAnonTest.php file core/modules/user/tests/src/Functional/Rest/UserXmlAnonTest.php
UserXmlAnonTest::$defaultTheme property core/modules/user/tests/src/Functional/Rest/UserXmlAnonTest.php The theme to install as the default for testing.
UserXmlAnonTest::$format property core/modules/user/tests/src/Functional/Rest/UserXmlAnonTest.php The format to use in this test.
UserXmlAnonTest::$mimeType property core/modules/user/tests/src/Functional/Rest/UserXmlAnonTest.php The MIME type that corresponds to $format.
UserXmlAnonTest::testPatchDxForSecuritySensitiveBaseFields function core/modules/user/tests/src/Functional/Rest/UserXmlAnonTest.php Tests PATCHing security-sensitive base fields of the logged in account.
UserXmlBasicAuthTest class core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php @group rest
UserXmlBasicAuthTest.php file core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php
UserXmlBasicAuthTest::$auth property core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php The authentication mechanism to use in this test.
UserXmlBasicAuthTest::$defaultTheme property core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php The theme to install as the default for testing.
UserXmlBasicAuthTest::$format property core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php The format to use in this test.
UserXmlBasicAuthTest::$mimeType property core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php The MIME type that corresponds to $format.
UserXmlBasicAuthTest::$modules property core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php Modules to install.
UserXmlBasicAuthTest::testPatchDxForSecuritySensitiveBaseFields function core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php Tests PATCHing security-sensitive base fields of the logged in account.
UserXmlBasicAuthTest::testPatchSecurityOtherUser function core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php Tests PATCHing security-sensitive base fields to change other users.
UserXmlCookieTest class core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php @group rest
UserXmlCookieTest.php file core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php
UserXmlCookieTest::$auth property core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php The authentication mechanism to use in this test.
UserXmlCookieTest::$defaultTheme property core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php The theme to install as the default for testing.
UserXmlCookieTest::$format property core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php The format to use in this test.
UserXmlCookieTest::$mimeType property core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php The MIME type that corresponds to $format.
UserXmlCookieTest::testPatchDxForSecuritySensitiveBaseFields function core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php Tests PATCHing security-sensitive base fields of the logged in account.
UserXmlCookieTest::testPatchSecurityOtherUser function core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php Tests PATCHing security-sensitive base fields to change other users.
user_access_denied_subscriber service core/modules/user/user.services.yml Drupal\user\EventSubscriber\AccessDeniedSubscriber
user_access_test.info.yml file core/modules/user/tests/modules/user_access_test/user_access_test.info.yml core/modules/user/tests/modules/user_access_test/user_access_test.info.yml
user_access_test.module file core/modules/user/tests/modules/user_access_test/user_access_test.module Dummy module implementing hook_user_access() to test if entity access is respected.
user_access_test.permissions.yml file core/modules/user/tests/modules/user_access_test/user_access_test.permissions.yml core/modules/user/tests/modules/user_access_test/user_access_test.permissions.yml
user_access_test_entity_create_access function core/modules/user/tests/modules/user_access_test/user_access_test.module Implements hook_entity_create_access().
user_access_test_entity_field_access function core/modules/user/tests/modules/user_access_test/user_access_test.module Implements hook_entity_field_access().
user_access_test_user_access function core/modules/user/tests/modules/user_access_test/user_access_test.module Implements hook_ENTITY_TYPE_access() for entity type "user".
user_batch_action_test.info.yml file core/modules/views/tests/modules/user_batch_action_test/user_batch_action_test.info.yml core/modules/views/tests/modules/user_batch_action_test/user_batch_action_test.info.yml
user_batch_action_test.schema.yml file core/modules/views/tests/modules/user_batch_action_test/config/schema/user_batch_action_test.schema.yml core/modules/views/tests/modules/user_batch_action_test/config/schema/user_batch_action_test.schema.yml
user_cancel function core/modules/user/user.module Cancel a user account.
user_cancel_methods function core/modules/user/user.module Helper function to return available account cancellation methods.
user_cancel_url function core/modules/user/user.module Generates a URL to confirm an account cancellation request.
user_cookie_delete function core/modules/user/user.module Delete a visitor information cookie.
user_cookie_save function core/modules/user/user.module Saves visitor information as a cookie so it can be reused.

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