Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Twig_TokenParser_Set class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Set.php Defines a variable.
Twig_TokenParser_Spaceless class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php Remove whitespaces between HTML tags.
Twig_TokenParser_Use class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Use.php Imports blocks defined in another template into the current template.
Twig_TokenStream class drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php Represents a token stream.
Type class Drupal\node\Plugin\views\field drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Type.php Field handler to translate a node type into its readable form.
Type class Drupal\node\Plugin\views\argument drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/Type.php Argument handler to accept a node type.
Type class Drupal\node\Plugin\views\filter drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/Type.php Filter by node type.
TypedData abstract class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/TypedData.php The abstract base class for typed data. 13 4
TypedDataFactory class Drupal\Core\TypedData drupal/core/lib/Drupal/Core/TypedData/TypedDataFactory.php A factory for typed data objects.
TypedDataInterface interface Drupal\Core\TypedData drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php Interface for typed data objects. 12 18
TypedDataManager class Drupal\Core\TypedData drupal/core/lib/Drupal/Core/TypedData/TypedDataManager.php Manages data type plugins.
TypedDataTest class Drupal\system\Tests\TypedData drupal/core/modules/system/lib/Drupal/system/Tests/TypedData/TypedDataTest.php Tests primitive data types.
UglifyJsFilter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJsFilter.php UglifyJs filter. 1
UglifyJsFilterTest class Assetic\Test\Filter drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/UglifyJsFilterTest.php @group integration
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
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.
UITestBase abstract class Drupal\views\Tests\UI drupal/core/modules/views/lib/Drupal/views/Tests/UI/UITestBase.php Provides a base class for testing the Views UI. 15 1
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
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
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.
UnexpectedTypeException class Symfony\Component\HttpFoundation\File\Exception drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php
UnexpectedValueException class Symfony\Component\Serializer\Exception drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/UnexpectedValueException.php UnexpectedValueException 1 4
UnexpectedValueException class Guzzle\Common\Exception drupal/core/vendor/guzzle/common/Guzzle/Common/Exception/UnexpectedValueException.php 1
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.
UnicodeUnitTest class Drupal\system\Tests\System drupal/core/modules/system/lib/Drupal/system/Tests/System/UnicodeUnitTest.php Test unicode handling features implemented in unicode.inc.
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.
UnitTestBase abstract class Drupal\simpletest drupal/core/modules/simpletest/lib/Drupal/simpletest/UnitTestBase.php Base test case class for unit tests. 57 56
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 3
UniversalClassLoaderTest class Symfony\Component\ClassLoader\Tests drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php
UnmanagedCopyTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php Unmanaged copy related tests. 1
UnmanagedDeleteRecursiveTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteRecursiveTest.php Deletion related tests. 1
UnmanagedDeleteTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteTest.php Deletion related tests. 1
UnmanagedMoveTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedMoveTest.php Unmanaged move related tests. 1
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
UnsupportedException class Symfony\Component\Serializer\Exception drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/UnsupportedException.php UnsupportedException
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
Update class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Update.php SQLite specific implementation of UpdateQuery.
Update class Drupal\Core\Database\Driver\pgsql drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Update.php
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.
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
UpdateFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedTest.php
UpdateLobTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateLobTest.php Tests UPDATE queries involving LOB values.
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

Pages

Other projects