Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Search 11.x for id
  6. Other projects
Title Object type File name Summary
UrlTest::accessProvider function core/tests/Drupal/Tests/Core/UrlTest.php Data provider for the access test methods.
UrlTest::providerFromInvalidInternalUri function core/tests/Drupal/Tests/Core/UrlTest.php Data provider for testFromInvalidInternalUri().
UrlTest::providerFromValidInternalUri function core/tests/Drupal/Tests/Core/UrlTest.php Data provider for testFromValidInternalUri().
UrlTest::providerTestEntityUris function core/tests/Drupal/Tests/Core/UrlTest.php Data provider for testing entity URIs.
UrlTest::providerTestToUriStringForEntity function core/tests/Drupal/Tests/Core/UrlTest.php Data provider for testing string entity URIs.
UrlTest::providerTestToUriStringForInternal function core/tests/Drupal/Tests/Core/UrlTest.php Data provider for testing internal URIs.
UrlTest::providerTestToUriStringForRoute function core/tests/Drupal/Tests/Core/UrlTest.php Data provider for testing route: URIs.
UrlTest::providerUrlFromRequestWithQueryParameters function core/tests/Drupal/Tests/Core/UrlTest.php Data provider for testUrlFromRequestWithQueryParameters.
UrlTest::testFromInvalidInternalUri function core/tests/Drupal/Tests/Core/UrlTest.php Tests the fromUri() method with an invalid internal: URI.
UrlTest::testFromInvalidUserInput function core/tests/Drupal/Tests/Core/UrlTest.php Tests the fromUserInput method with invalid paths.
UrlTest::testFromRoutedPathWithInvalidRoute function core/tests/Drupal/Tests/Core/UrlTest.php Tests fromUri() method with a user-entered path not matching any route.
UrlTest::testFromRoutedPathWithValidRoute function core/tests/Drupal/Tests/Core/UrlTest.php Tests fromUri() method with user-entered path matching a valid route.
UrlTest::testFromValidInternalUri function core/tests/Drupal/Tests/Core/UrlTest.php Tests the fromUri() method with a valid internal: URI.
UrlTest::testInvalidEntityUriParameter function core/tests/Drupal/Tests/Core/UrlTest.php Tests the fromUri() method with an invalid entity: URI.
UrlTest::testUrlFromRequestInvalid function core/tests/Drupal/Tests/Core/UrlTest.php Tests that an invalid request will thrown an exception.
UrlTransformRelativeTest::providerFileUrlTransformRelative function core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php Provides data for testing URL transformation.
user.name_validator service core/modules/user/user.services.yml Drupal\user\UserNameValidator
User::getIds function core/modules/user/src/Plugin/migrate/source/d6/User.php Defines the source fields uniquely identifying a source row.
User::getIds function core/modules/user/src/Plugin/migrate/source/d7/User.php Defines the source fields uniquely identifying a source row.
User::validateEntity function core/modules/user/src/Plugin/views/argument_validator/User.php Validates an individual entity against class access settings.
UserAccessControlHandlerTest::adminFieldAccessProvider function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Provides test data for testAdminFieldAccess().
UserAccessControlHandlerTest::createdAccessProvider function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Provides test data for testCreatedAccess().
UserAccessControlHandlerTest::hiddenUserSettingsProvider function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Provides test data for testHiddenUserSettings().
UserAccessControlHandlerTest::NonExistingFieldAccessProvider function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Provides test data for testNonExistingFieldAccess().
UserAccessControlHandlerTest::passwordAccessProvider function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Provides test data for passwordAccessProvider().
UserAccessControlHandlerTest::testHiddenUserSettings function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Tests that private user settings cannot be viewed by other users.
UserAccessControlHandlerTest::userNameProvider function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Provides test data for testUserNameAccess().
UserActionConfigSchemaTest::testValidUserActionConfigSchema function core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php Tests whether the user action config schema are valid.
UserAgentTest::providerTestGetBestMatchingLangcode function core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php Data provider for testGetBestMatchingLangcode().
UserAuthenticationController::$routeProvider property core/modules/user/src/Controller/UserAuthenticationController.php The route provider.
UserAuthenticationController::getLoginFloodIdentifier function core/modules/user/src/Controller/UserAuthenticationController.php Gets the login identifier for user login flood control.
UserAuthenticationTest::testLookupAccountWithInvalidUsername function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests lookupAccount() with an invalid username.
UserAuthenticationTest::testLookupAccountWithValidUsername function core/modules/user/tests/src/Unit/UserAuthenticationTest.php Tests lookupAccount() with a valid username.
UserAuthTest::providerTestAuthenticateWithMissingCredentials function core/modules/user/tests/src/Unit/UserAuthTest.php Data provider for testAuthenticateWithMissingCredentials().
UserCancelTest::testUserCancelInvalid function core/modules/user/tests/src/Functional/UserCancelTest.php Attempt invalid account cancellations.
UserCancelTest::testUserCancelUid1 function core/modules/user/tests/src/Functional/UserCancelTest.php Tests that user account for uid 1 cannot be cancelled.
UserConfigValidationTest class core/modules/user/tests/src/Kernel/UserConfigValidationTest.php Tests validating user modules' configuration.
UserConfigValidationTest.php file core/modules/user/tests/src/Kernel/UserConfigValidationTest.php
UserConfigValidationTest::$modules property core/modules/user/tests/src/Kernel/UserConfigValidationTest.php Modules to install.
UserConfigValidationTest::providerTestUserSettings function core/modules/user/tests/src/Kernel/UserConfigValidationTest.php Data provider for testUserSettings().
UserConfigValidationTest::setUp function core/modules/user/tests/src/Kernel/UserConfigValidationTest.php
UserConfigValidationTest::testUserSettings function core/modules/user/tests/src/Kernel/UserConfigValidationTest.php Tests invalid values in 'user.settings' config properties.
UserController::validatePathParameters function core/modules/user/src/Controller/UserController.php Validates hash and timestamp.
UserData::getIds function core/modules/user/src/Plugin/migrate/destination/UserData.php Gets the destination IDs.
UserEditTest::testRolesValidation function core/modules/user/tests/src/Functional/UserEditTest.php Tests constraint violations are triggered on the user account form.
UserEntityTest::testUserValidation function core/modules/user/tests/src/Kernel/UserEntityTest.php Tests that all user fields validate properly.
UserEntityTranslation::getIds function core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php Defines the source fields uniquely identifying a source row.
UserEntityTranslationTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php Provides source data for ::testSource.
UserFloodEvent::$identifier property core/modules/user/src/Event/UserFloodEvent.php Flood event identifier.
UserFloodEvent::$uid property core/modules/user/src/Event/UserFloodEvent.php Flood event uid.

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