Classes, traits, and interfaces

Primary tabs

Namesort ascending Type Namespace Location Description Direct uses Use statements Strings
UserAccountLinksTests class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php Tests user links in the secondary menu.
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\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\Core\Entity drupal/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/User.php Defines the user entity class. 5
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.
UrlTest class Drupal\system\Tests\Common drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php Tests for URL generation functions.
UrlTest class Drupal\system\Tests\Form drupal/core/modules/system/lib/Drupal/system/Tests/Form/UrlTest.php Tests URL element.
UrlRewritingTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/UrlRewritingTest.php Tests for file URL rewriting.
UrlPlainFormatter class Drupal\file\Plugin\field\formatter drupal/core/modules/file/lib/Drupal/file/Plugin/field/formatter/UrlPlainFormatter.php Plugin implementation of the 'file_url_plain' formatter.
UrlParserInterface interface Guzzle\Parser\Url drupal/core/vendor/guzzle/parser/Guzzle/Parser/Url/UrlParserInterface.php URL parser interface 1
UrlParser class Guzzle\Parser\Url drupal/core/vendor/guzzle/parser/Guzzle/Parser/Url/UrlParser.php Parses URLs into parts using PHP's built-in parse_url() function
UrlMatcherTest class Symfony\Component\Routing\Tests\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php
UrlMatcherInterface interface Symfony\Component\Routing\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php UrlMatcherInterface is the interface that all URL matcher classes must implement. 2 3
UrlMatcher class Symfony\Component\Routing\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php UrlMatcher matches URL based on a set of routes. 6 3
UrlGeneratorTest class Symfony\Component\Routing\Tests\Generator drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php
UrlGeneratorInterface interface Symfony\Component\Routing\Generator drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php UrlGeneratorInterface is the interface that all URL generator classes must implement. 2 1
UrlGenerator class Symfony\Component\Routing\Generator drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php UrlGenerator generates a URL based on a set of routes. 1
UrlAlterTestBundle class Drupal\url_alter_test drupal/core/modules/system/tests/modules/url_alter_test/lib/Drupal/url_alter_test/UrlAlterTestBundle.php Test bundle class for url_alter_test.
UrlAlterFunctionalTest class Drupal\system\Tests\Path drupal/core/modules/system/lib/Drupal/system/Tests/Path/UrlAlterFunctionalTest.php Tests hook_url_alter functions.
UrlAliasFixtures class Drupal\system\Tests\Path drupal/core/modules/system/lib/Drupal/system/Tests/Path/UrlAliasFixtures.php Utility methods to generate sample data, database configuration, etc.
Url class Guzzle\Http drupal/core/vendor/guzzle/http/Guzzle/Http/Url.php Parses and generates URLs based on URL parts. In favor of performance, URL parts are not validated. 6
Url class Drupal\views\Plugin\views\field drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Url.php Field handler to provide simple renderer that turns a URL into a clickable link.
UriTemplateInterface interface Guzzle\Parser\UriTemplate drupal/core/vendor/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplateInterface.php Expands URI templates using an array of variables 2 2
UriTemplate class Guzzle\Parser\UriTemplate drupal/core/vendor/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplate.php Expands URI templates using an array of variables
Uri class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Uri.php The URI data type.
Uri class Drupal\file\Plugin\views\field drupal/core/modules/file/lib/Drupal/file/Plugin/views/field/Uri.php Field handler to add rendering file paths as file URLs instead of as internal file URIs.
UploadException class Symfony\Component\HttpFoundation\File\Exception drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/UploadException.php Thrown when an error occurred during file upload
UploadedFileTest class Symfony\Component\HttpFoundation\Tests\File drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php
UploadedFile class Symfony\Component\HttpFoundation\File drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/UploadedFile.php A file uploaded through a form. 5
UpgradePathTestBase abstract class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php Perform end-to-end tests of the upgrade path. 13
UpdateUploadTest class Drupal\update\Tests drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php Tests project upload and extract functionality.
UpdateTestBase abstract class Drupal\update\Tests drupal/core/modules/update/lib/Drupal/update/Tests/UpdateTestBase.php Defines some shared functions used by all update tests. 3
UpdateTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php Tests the update query builder.
UpdateScriptTest class Drupal\system\Tests\Update drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php Tests the update system functionality.
UpdaterInterface interface Drupal\Core\Updater drupal/core/lib/Drupal/Core/Updater/UpdaterInterface.php Defines an interface for a class which can update a Drupal project. 2
UpdaterFileTransferException class Drupal\Core\Updater drupal/core/lib/Drupal/Core/Updater/UpdaterFileTransferException.php Defines a child class of Drupal\Core\Updater\UpdaterException that indicates a Drupal\Core\FileTransfer\FileTransferInterface exception.
UpdaterException class Drupal\Core\Updater drupal/core/lib/Drupal/Core/Updater/UpdaterException.php Defines a Exception class for the Drupal\Core\Updater\Updater class hierarchy. 1 1
Updater class Drupal\Core\Updater drupal/core/lib/Drupal/Core/Updater/Updater.php Defines the base class for Updaters used in Drupal. 2 1
UpdateLobTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateLobTest.php Tests UPDATE queries involving LOB values.
UpdateFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedTest.php
UpdateFeedItemTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedItemTest.php
UpdateException class Drupal\Core\Utility drupal/core/lib/Drupal/Core/Utility/UpdateException.php Exception class used to throw error if a module update fails. 1
UpdateCoreUnitTest class Drupal\update\Tests drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreUnitTest.php Tests update functionality unrelated to the database.
UpdateCoreTest class Drupal\update\Tests drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php Tests behavior related to discovering and listing updates to Drupal core.
UpdateContribTest class Drupal\update\Tests drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php Tests behavior related to handling updates to contributed modules and themes.
UpdateComplexTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateComplexTest.php Tests for more complex update statements.
Update class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/Update.php General class for an abstracted UPDATE operation. 3 3
Update class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Update.php

Pages

Other projects