Classes, traits, and interfaces

Primary tabs

Namesort ascending Type Namespace Location Description Direct uses Use statements Strings
UpdateBundle class Drupal\Core\DependencyInjection drupal/core/lib/Drupal/Core/DependencyInjection/UpdateBundle.php Bundle class for update.php service overrides.
Update class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Update.php
Update class Drupal\Core\Database\Driver\pgsql drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Update.php
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
UpcastingTest class Drupal\system\Tests\ParamConverter drupal/core/modules/system/lib/Drupal/system/Tests/ParamConverter/UpcastingTest.php Web tests for the upcasting.
UnsupportedMediaTypeHttpException class Symfony\Component\HttpKernel\Exception drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/UnsupportedMediaTypeHttpException.php UnsupportedMediaTypeHttpException. 2
UnsupportedException class Symfony\Component\Serializer\Exception drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/UnsupportedException.php UnsupportedException
UnstickyNode class Drupal\node\Plugin\Action drupal/core/modules/node/lib/Drupal/node/Plugin/Action/UnstickyNode.php Makes a node not sticky.
UnpublishNode class Drupal\node\Plugin\Action drupal/core/modules/node/lib/Drupal/node/Plugin/Action/UnpublishNode.php Unpublishes a node.
UnpublishComment class Drupal\comment\Plugin\Action drupal/core/modules/comment/lib/Drupal/comment/Plugin/Action/UnpublishComment.php Unpublishes a comment.
UnpublishByKeywordNode class Drupal\node\Plugin\Action drupal/core/modules/node/lib/Drupal/node/Plugin/Action/UnpublishByKeywordNode.php Unpublishes a node containing certain keywords.
UnpublishByKeywordComment class Drupal\comment\Plugin\Action drupal/core/modules/comment/lib/Drupal/comment/Plugin/Action/UnpublishByKeywordComment.php Unpublishes a comment containing certain keywords.
UnmanagedSaveDataTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedSaveDataTest.php Tests the file_unmanaged_save_data() function. 1
UnmanagedMoveTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedMoveTest.php Unmanaged move related tests. 1
UnmanagedDeleteTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteTest.php Deletion related tests. 1
UnmanagedDeleteRecursiveTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteRecursiveTest.php Deletion related tests. 1
UnmanagedCopyTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php Unmanaged copy related tests. 1
UnknownDocument class Symfony\Cmf\Component\Routing\Tests\Enhancer drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/RouteContentEnhancerTest.php
UniversalClassLoaderTest class Symfony\Component\ClassLoader\Tests drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php
UniversalClassLoader class Symfony\Component\ClassLoader drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php UniversalClassLoader implements a "universal" autoloader for PHP 5.3. 2 1
UnitTestCase abstract class Drupal\Tests drupal/core/tests/Drupal/Tests/UnitTestCase.php Provides a base class and helpers for Drupal unit tests. 37 37
UnitTestBase abstract class Drupal\simpletest drupal/core/modules/simpletest/lib/Drupal/simpletest/UnitTestBase.php Base test case class for unit tests. 39 38
UninstallTest class Drupal\system\Tests\Module drupal/core/modules/system/lib/Drupal/system/Tests/Module/UninstallTest.php Unit tests for module uninstallation and related hooks.
UnicornEditor class Drupal\editor_test\Plugin\Editor drupal/core/modules/editor/tests/modules/lib/Drupal/editor_test/Plugin/Editor/UnicornEditor.php Defines a Unicorn-powered text editor for Drupal.
UnicodeTest class Drupal\Tests\Component\Utility drupal/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Test unicode handling features implemented in Unicode component.
Unicode class Drupal\Component\Utility drupal/core/lib/Drupal/Component/Utility/Unicode.php Provides Unicode-related conversions and operations. 12
UnformattedSummary class Drupal\views\Plugin\views\style drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/UnformattedSummary.php The default style plugin for summaries.
UnexpectedValueException class Symfony\Component\Serializer\Exception drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/UnexpectedValueException.php UnexpectedValueException 1 7
UnexpectedValueException class Guzzle\Common\Exception drupal/core/vendor/guzzle/common/Guzzle/Common/Exception/UnexpectedValueException.php 1
UnexpectedTypeException class Symfony\Component\Validator\Exception drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Exception/UnexpectedTypeException.php 21
UnexpectedTypeException class Symfony\Component\HttpFoundation\File\Exception drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php
Unescaper class Symfony\Component\Yaml drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Unescaper.php Unescaper encapsulates unescaping rules for single and double-quoted YAML strings.
UnboundDisplayInterface interface Drupal\layout\Config drupal/core/modules/layout/lib/Drupal/layout/Config/UnboundDisplayInterface.php Interface for a Display that is not coupled with any layout. 1 2
UnboundDisplay class Drupal\layout\Plugin\Core\Entity drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/UnboundDisplay.php Defines the unbound_display entity. 1
UnblockUser class Drupal\user\Plugin\Action drupal/core/modules/user/lib/Drupal/user/Plugin/Action/UnblockUser.php Unblocks a user.
UnauthorizedHttpException class Symfony\Component\HttpKernel\Exception drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/UnauthorizedHttpException.php UnauthorizedHttpException. 1
UITestBase abstract class Drupal\views_ui\Tests drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/UITestBase.php Provides a base class for testing the Views UI. 21 1
UidRevision class Drupal\node\Plugin\views\argument drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/UidRevision.php Filter handler to accept a user id to check for nodes that user posted or created a revision on.
UidRevision class Drupal\node\Plugin\views\filter drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/UidRevision.php Filter handler to check for revisions a certain user has created.
Uid class Drupal\user\Plugin\views\argument drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument/Uid.php Argument handler to accept a user id. 1 1
UglifyJsFilter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJsFilter.php UglifyJs filter.
UglifyJs2Filter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJs2Filter.php UglifyJs2 filter.
UglifyCssFilter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyCssFilter.php UglifyCss filter.
TZ trait drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/deps/traits.php
TypeValidatorTest class Symfony\Component\Validator\Tests\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/TypeValidatorTest.php
TypeValidator class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/TypeValidator.php @author Bernhard Schussek <bschussek@gmail.com> 1
TypeScriptFilter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php Compiles TypeScript into JavaScript.
TypeLinkManagerInterface interface Drupal\rest\LinkManager drupal/core/modules/rest/lib/Drupal/rest/LinkManager/TypeLinkManagerInterface.php 2
TypeLinkManager class Drupal\rest\LinkManager drupal/core/modules/rest/lib/Drupal/rest/LinkManager/TypeLinkManager.php 1 2

Pages

Other projects