Classes, traits, and interfaces

Primary tabs

Namesort ascending Type Namespace Location Description Direct uses Use statements Strings
ValidationTest class Drupal\system\Tests\Form drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php Test form validation handlers.
ValidateTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/ValidateTest.php Tests the file_validate() function.
UuidUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UuidUpgradePathTest.php Performs major version release upgrade tests on a populated database.
UuidUnitTest class Drupal\system\Tests\Uuid drupal/core/modules/system/lib/Drupal/system/Tests/Uuid/UuidUnitTest.php Tests the Drupal\Component\Uuid\Uuid class.
UuidInterface interface Drupal\Component\Uuid drupal/core/lib/Drupal/Component/Uuid/UuidInterface.php Interface that defines a UUID backend. 3
Uuid class Drupal\Component\Uuid drupal/core/lib/Drupal/Component/Uuid/Uuid.php Factory class for UUIDs. 11
Utils class Guzzle\Http drupal/core/vendor/guzzle/http/Guzzle/Http/Utils.php HTTP utility class 1
UserValidationTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserValidationTest.php
UserValidateCurrentPassCustomFormTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserValidateCurrentPassCustomFormTest.php Tests user_validate_current_pass on a custom form.
UserUid class Drupal\comment\Plugin\views\argument drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/argument/UserUid.php Argument handler to accept a user id to check for nodes that user posted or commented on.
UserUid class Drupal\comment\Plugin\views\filter drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/UserUid.php Filter handler to accept a user id to check for nodes that user posted or commented on.
UserTranslationUITest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserTranslationUITest.php Tests the User Translation UI.
UserTokenReplaceTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserTokenReplaceTest.php Test user token replacement in strings.
UserTimeZoneTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserTimeZoneTest.php Tests for user-configurable time zones.
UserTestBase abstract class Drupal\views\Tests\User drupal/core/modules/views/lib/Drupal/views/Tests/User/UserTestBase.php @todo. 6
UserStorageController class Drupal\user drupal/core/modules/user/lib/Drupal/user/UserStorageController.php Controller class for users.
UserSignatureTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserSignatureTest.php Test case for user signatures.
UserSearchTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserSearchTest.php Test user search.
UserSaveTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserSaveTest.php Tests \Drupal\user\UserStorageController::save() behavior.
Users class Drupal\user\Plugin\views\wizard drupal/core/modules/user/lib/Drupal/user/Plugin/views/wizard/Users.php Tests creating user views with the wizard.
UserRow class Drupal\user\Plugin\views\row drupal/core/modules/user/lib/Drupal/user/Plugin/views/row/UserRow.php A row plugin which renders a user.
UserRouteController class Drupal\user drupal/core/modules/user/lib/Drupal/user/UserRouteController.php Returns responses for User module routes.
UserRoleUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserRoleUpgradePathTest.php Tests upgrading a bare database with user role data.
UserRolesAssignmentTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserRolesAssignmentTest.php Test role assignment.
UserRoleAdminTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserRoleAdminTest.php Test case to test adding, editing and deleting roles.
UserRenderController class Drupal\user drupal/core/modules/user/lib/Drupal/user/UserRenderController.php Render controller for users.
UserRegistrationTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
UserPictureUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserPictureUpgradePathTest.php Tests upgrading a filled database with user picture data.
UserPictureTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserPictureTest.php Tests user picture functionality.
UserPermissionsTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserPermissionsTest.php
UserPasswordResetTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php Tests resetting a user password.
Username class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Username.php Field handler to allow linking to a user account or homepage.
UserLoginTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserLoginTest.php Functional tests for user logins, including rate limiting of login attempts.
UserLanguageTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserLanguageTest.php Functional tests for a user's ability to change their default language.
UserLanguageCreationTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserLanguageCreationTest.php Functional test for language handling during user creation.
UserEntityCallbacksTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityCallbacksTest.php Test user entity callbacks.
UserEditTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserEditTest.php Tests the user edit form.
UserEditedOwnAccountTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserEditedOwnAccountTest.php
UserDeleteTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserDeleteTest.php Tests user_delete() and user_delete_multiple() behavior.
UserDataInterface interface Drupal\user drupal/core/modules/user/lib/Drupal/user/UserDataInterface.php Defines the user data service interface. 1
UserData class Drupal\user drupal/core/modules/user/lib/Drupal/user/UserData.php Defines the user data service.
UserCustomPhpassParamsTestBundle class Drupal\user_custom_phpass_params_test drupal/core/modules/user/tests/user_custom_phpass_params_test/lib/Drupal/user_custom_phpass_params_test/UserCustomPhpassParamsTestBundle.php
UserCreateTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserCreateTest.php Test the create user administration page.
UserCancelTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php Test cancelling a user.
UserBundle class Drupal\user drupal/core/modules/user/lib/Drupal/user/UserBundle.php User dependency injection container.
UserBlocksTests class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php Test user blocks.
UserAutocompleteTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserAutocompleteTest.php Test user autocompletion.
UserAuthmapAssignmentTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserAuthmapAssignmentTest.php Unit test for authmap assignment.
UserAdminTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminTest.php
UserAdminSettingsFormTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminSettingsFormTest.php

Pages

Other projects