Classes, traits, and interfaces

Primary tabs

Namesort ascending Type Namespace Location Description Direct uses Use statements Strings
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.
UserOnlineBlock class Drupal\user\Plugin\Block drupal/core/modules/user/lib/Drupal/user/Plugin/Block/UserOnlineBlock.php Provides a "Who's online" block.
UserNewBlock class Drupal\user\Plugin\Block drupal/core/modules/user/lib/Drupal/user/Plugin/Block/UserNewBlock.php Provides a "Who's new" block.
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.
UserLoginBlock class Drupal\user\Plugin\Block drupal/core/modules/user/lib/Drupal/user/Plugin/Block/UserLoginBlock.php Provides a 'User login' block.
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.
UserInterface interface Drupal\user drupal/core/modules/user/lib/Drupal/user/UserInterface.php Provides an interface defining a user entity. 2 8
UserHelpersTest class Drupal\simpletest\Tests drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/UserHelpersTest.php Tests User related helper methods of WebTestBase.
UserEntityTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityTest.php Tests the user entity class.
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.
UserDataTest class Drupal\user\Tests\Views drupal/core/modules/user/lib/Drupal/user/Tests/Views/UserDataTest.php Tests the user data service field handler.
UserDataInterface interface Drupal\user drupal/core/modules/user/lib/Drupal/user/UserDataInterface.php Defines the user data service interface. 1 2
UserData class Drupal\user\Plugin\views\field drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/UserData.php Provides access to the user data service.
UserData class Drupal\user drupal/core/modules/user/lib/Drupal/user/UserData.php Defines the user data service. 1 2
UserCreateTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserCreateTest.php Test the create user administration page.
UserCreateFailMailTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserCreateFailMailTest.php Tests the create user administration page.
UserController class Drupal\user\Controller drupal/core/modules/user/lib/Drupal/user/Controller/UserController.php Controller routines for user routes.
UserConfigContext class Drupal\user drupal/core/modules/user/lib/Drupal/user/UserConfigContext.php Defines a configuration context object for a user account.
UserCancelTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php Test cancelling a user.
UserBulkForm class Drupal\user\Plugin\views\field drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/UserBulkForm.php Defines a user operations bulk form element.
UserBlocksTests class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php Test user blocks.
UserBCDecorator class Drupal\user drupal/core/modules/user/lib/Drupal/user/UserBCDecorator.php Defines the user specific entity BC decorator. 1
UserAutocompleteTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserAutocompleteTest.php Test user autocompletion.
UserAutocompleteController class Drupal\user\Controller drupal/core/modules/user/lib/Drupal/user/Controller/UserAutocompleteController.php Controller routines for taxonomy user routes.
UserAutocomplete class Drupal\user drupal/core/modules/user/lib/Drupal/user/UserAutocomplete.php Defines a helper class to get user autocompletion results. 1 2
UserAttributesTest class Drupal\rdf\Tests drupal/core/modules/rdf/lib/Drupal/rdf/Tests/UserAttributesTest.php Tests the RDFa markup of Users.
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
UserAdminListingTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminListingTest.php Defines a test for the fallback user admin listing.
UserAccountLinksTests class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php Tests user links in the secondary menu.
UserAccessController class Drupal\user drupal/core/modules/user/lib/Drupal/user/UserAccessController.php Defines the access controller for the user entity type.
User class Drupal\user\Plugin\Core\Entity drupal/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/User.php Defines the user entity class. 3
User class Drupal\user\Plugin\views\argument_default drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument_default/User.php Default argument plugin to extract a user via menu_get_object.
User class Drupal\user\Plugin\views\argument_validator drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument_validator/User.php Validate whether an argument is a valid user.
User class Drupal\user\Plugin\views\field drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/User.php Field handler to provide simple renderer that allows linking to a user. 3 1
UseParent class Doctrine\Tests\Common\Reflection drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/UseParent.php
UsageTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/UsageTest.php Tests file usage functions.
UrlValidatorTest class Symfony\Component\Validator\Tests\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/UrlValidatorTest.php
UrlValidatorTest class Drupal\Tests\Core\Common drupal/core/tests/Drupal/Tests/Core/Common/UrlValidatorTest.php Tests URL validation by valid_url().
UrlValidator class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/UrlValidator.php @author Bernhard Schussek <bschussek@gmail.com> 1
UrlValidator class Drupal\Component\Utility drupal/core/lib/Drupal/Component/Utility/UrlValidator.php Helper class to support filtering bad protocols from an url. 5
UrlTest class Drupal\system\Tests\Form drupal/core/modules/system/lib/Drupal/system/Tests/Form/UrlTest.php Tests URL element.
UrlTest class Drupal\system\Tests\Common drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php Tests for URL generation functions.
UrlRewritingTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/UrlRewritingTest.php Tests for file URL rewriting.

Pages

Other projects