Classes, traits, and interfaces

Primary tabs

Namesort ascending Type Namespace Location Description Direct uses Use statements Strings
ValidatorBuilderTest class Symfony\Component\Validator\Tests drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorBuilderTest.php
ValidatorBuilderInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorBuilderInterface.php A configurable builder for ValidatorInterface objects. 1 1
ValidatorBuilder class Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorBuilder.php The default implementation of {@link ValidatorBuilderInterface}. 1
Validator class Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Validator.php Default implementation of {@link ValidatorInterface}. 1
ValidationVisitorTest class Symfony\Component\Validator\Tests drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php @author Bernhard Schussek <bschussek@gmail.com>
ValidationVisitorInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidationVisitorInterface.php Validates values against constraints defined in {@link MetadataInterface} instances. 1 4
ValidationVisitor class Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidationVisitor.php Default implementation of {@link ValidationVisitorInterface} and {@link GlobalExecutionContextInterface}. 1
ValidationTest class Drupal\system\Tests\Form drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php Test form validation handlers.
Validation final class Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Validation.php Entry point for the Validator component. 4
ValidateTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/ValidateTest.php Tests the file_validate() function.
Valid class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Valid.php @author Bernhard Schussek <bschussek@gmail.com> 9
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.
UuidResolver class Drupal\serialization\EntityResolver drupal/core/modules/serialization/lib/Drupal/serialization/EntityResolver/UuidResolver.php Resolves entities from data that contains an entity UUID. 2
UuidReferenceInterface interface Drupal\serialization\EntityResolver drupal/core/modules/serialization/lib/Drupal/serialization/EntityResolver/UuidReferenceInterface.php Interface for extracting UUID from entity reference data when denormalizing. 1 1
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. 21
Util_XMLTest class drupal/core/vendor/phpunit/phpunit/Tests/Util/XMLTest.php @package PHPUnit @author Mike Naberezny <mike@maintainable.com> @author Derek DeVries <derek@maintainable.com> @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2013 Sebastian Bergmann…
Util_TypeTest class drupal/core/vendor/phpunit/phpunit/Tests/Util/TypeTest.php @package PHPUnit @author Bernhard Schussek <bschussek@2bepublished.at> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link …
Util_TestTest class drupal/core/vendor/phpunit/phpunit/Tests/Util/TestTest.php @package PHPUnit @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link …
Util_TestDox_NamePrettifierTest class drupal/core/vendor/phpunit/phpunit/Tests/Util/TestDox/NamePrettifierTest.php @package PHPUnit @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link …
Util_DiffTest class drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php @package PHPUnit @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link …
Util_ConfigurationTest class drupal/core/vendor/phpunit/phpunit/Tests/Util/ConfigurationTest.php @package PHPUnit @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link …
Util_ClassTest class drupal/core/vendor/phpunit/phpunit/Tests/Util/ClassTest.php @package PHPUnit @author Sebastian Bergmann <sebastian@phpunit.de> @author Ben Selby <benmatselby@gmail.com> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license …
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\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.
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. 1 1
UserUid class Drupal\tracker\Plugin\views\filter drupal/core/modules/tracker/lib/Drupal/tracker/Plugin/views/filter/UserUid.php UID filter to check for nodes that a user posted or commented on.
UserUid class Drupal\tracker\Plugin\views\argument drupal/core/modules/tracker/lib/Drupal/tracker/Plugin/views/argument/UserUid.php UID argument 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\user\Tests\Views drupal/core/modules/user/lib/Drupal/user/Tests/Views/UserTestBase.php @todo. 9
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.
UserSession class Drupal\Core\Session drupal/core/lib/Drupal/Core/Session/UserSession.php An implementation of the user account interface for the global user. 2
UserSelection class Drupal\user\Plugin\entity_reference\selection drupal/core/modules/user/lib/Drupal/user/Plugin/entity_reference/selection/UserSelection.php Provides specific access control for the user entity type.
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.
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.
UserRoleDelete class Drupal\user\Form drupal/core/modules/user/lib/Drupal/user/Form/UserRoleDelete.php Provides a deletion confirmation form for Role entity. 1
UserRoleAdminTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserRoleAdminTest.php Test case to test adding, editing and deleting roles.
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.

Pages

Other projects