Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
UpdateComplexTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateComplexTest.php Tests for more complex update statements.
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.
UpdateController class Drupal\update\Controller drupal/core/modules/update/lib/Drupal/update/Controller/UpdateController.php Controller routines for update routes.
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.
UpdateCoreUnitTest class Drupal\update\Tests drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreUnitTest.php Tests update functionality unrelated to the database.
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
UpdateFeedItemTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedItemTest.php Tests functionality of updating a feed item in the Aggregator module.
UpdateFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedTest.php Tests functionality of updating the feed in the Aggregator module.
UpdateLobTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateLobTest.php Tests UPDATE queries involving LOB values.
UpdateModuleHandler class Drupal\Core\Extension drupal/core/lib/Drupal/Core/Extension/UpdateModuleHandler.php Deals with module enables and throws exception if hooks fired during updates.
Updater class Drupal\Core\Updater drupal/core/lib/Drupal/Core/Updater/Updater.php Defines the base class for Updaters used in Drupal. 2 1
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
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.
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
UpdateScriptTest class Drupal\system\Tests\Update drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php Tests the update system functionality.
UpdateSettingsForm class Drupal\update drupal/core/modules/update/lib/Drupal/update/UpdateSettingsForm.php Configure update settings for this site. 1
UpdateTest class Drupal\rest\Tests drupal/core/modules/rest/lib/Drupal/rest/Tests/UpdateTest.php Tests resource updates on test entities.
UpdateTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php Tests the update query builder.
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
UpdateUploadTest class Drupal\update\Tests drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php Tests project upload and extract functionality.
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. 21 2
UploadedFile class Symfony\Component\HttpFoundation\File drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/UploadedFile.php A file uploaded through a form. 7
UploadedFileTest class Symfony\Component\HttpFoundation\Tests\File drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php
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
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.
Uri class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Uri.php The URI data type. 1
UriItem class Drupal\Core\Entity\Field\Type drupal/core/lib/Drupal/Core/Entity/Field/Type/UriItem.php Defines the 'uri_field' entity field item.
UriSigner class Symfony\Component\HttpKernel drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/UriSigner.php Signs URIs. 5
UriSignerTest class Symfony\Component\HttpKernel\Tests drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/UriSignerTest.php
UriTemplate class Guzzle\Parser\UriTemplate drupal/core/vendor/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplate.php Expands URI templates using an array of variables
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
Url class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Url.php @author Bernhard Schussek <bschussek@gmail.com> 1
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.
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
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.
UrlAlterFunctionalTest class Drupal\system\Tests\Path drupal/core/modules/system/lib/Drupal/system/Tests/Path/UrlAlterFunctionalTest.php Tests hook_url_alter functions.
UrlGenerator class Symfony\Component\Routing\Generator drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php UrlGenerator can generate a URL or a path for any route in the RouteCollection based on the passed parameters. 1 2
UrlGenerator class Drupal\Core\Routing drupal/core/lib/Drupal/Core/Routing/UrlGenerator.php A Generator creates URL strings based on a specified route. 1 1 2
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. 3 6
UrlGeneratorTest class Symfony\Component\Routing\Tests\Generator drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php
UrlGeneratorTest class Drupal\Tests\Core\Routing drupal/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php Basic tests for the Route.
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. 7 4
UrlMatcher class Symfony\Cmf\Component\Routing\NestedMatcher drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/UrlMatcher.php Extended UrlMatcher to provide an additional interface and enhanced features. 1 2
UrlMatcher class Drupal\Core\Routing drupal/core/lib/Drupal/Core/Routing/UrlMatcher.php Drupal-specific URL Matcher; handles the Drupal "system path" mapping. 2
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 4
UrlMatcherTest class Symfony\Cmf\Component\Routing\Tests\NestedMatcher drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/UrlMatcherTest.php
UrlMatcherTest class Symfony\Component\Routing\Tests\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php
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
UrlParserInterface interface Guzzle\Parser\Url drupal/core/vendor/guzzle/parser/Guzzle/Parser/Url/UrlParserInterface.php URL parser interface 1
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.

Pages

Other projects