Classes, traits, and interfaces

Primary tabs

Namesort ascending Type Namespace Location Description Direct uses Use statements Strings
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
UnsupportedException class Symfony\Component\Serializer\Exception drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/UnsupportedException.php UnsupportedException
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
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 3
UnitTestBase abstract class Drupal\simpletest drupal/core/modules/simpletest/lib/Drupal/simpletest/UnitTestBase.php Base test case class for unit tests. 57 56
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.
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.
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 4
UnexpectedValueException class Guzzle\Common\Exception drupal/core/vendor/guzzle/common/Guzzle/Common/Exception/UnexpectedValueException.php 1
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
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
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
UglifyJsFilterTest class Assetic\Test\Filter drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/UglifyJsFilterTest.php @group integration
UglifyJsFilter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJsFilter.php UglifyJs filter. 1
TypedDataTest class Drupal\system\Tests\TypedData drupal/core/modules/system/lib/Drupal/system/Tests/TypedData/TypedDataTest.php Tests primitive data types.
TypedDataManager class Drupal\Core\TypedData drupal/core/lib/Drupal/Core/TypedData/TypedDataManager.php Manages data type plugins.
TypedDataInterface interface Drupal\Core\TypedData drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php Interface for typed data objects. 12 18
TypedDataFactory class Drupal\Core\TypedData drupal/core/lib/Drupal/Core/TypedData/TypedDataFactory.php A factory for typed data objects.
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
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.
Twig_TokenStream class drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php Represents a token stream.
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_TokenParser_Spaceless class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php Remove whitespaces between HTML tags.
Twig_TokenParser_Set class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Set.php Defines a variable.
Twig_TokenParser_Sandbox class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php Marks a section of a template as untrusted code that must be evaluated in the sandbox mode.
Twig_TokenParser_Macro class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Macro.php Defines a macro.
Twig_TokenParser_Include class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Include.php Includes a template. 1
Twig_TokenParser_Import class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Import.php Imports macros.
Twig_TokenParser_If class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/If.php Tests a condition.
Twig_TokenParser_From class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/From.php Imports macros.
Twig_TokenParser_For class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/For.php Loops over each item of a sequence.
Twig_TokenParser_Flush class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Flush.php Flushes the output to the client.
Twig_TokenParser_Filter class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Filter.php Filters a section of a template by applying filters.
Twig_TokenParser_Extends class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Extends.php Extends a template by another one.
Twig_TokenParser_Embed class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Embed.php Embeds a template.
Twig_TokenParser_Do class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Do.php Evaluates an expression, disgarding the returned value.

Pages

Other projects