Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
DebugTest class Doctrine\Tests\Common\Util drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Util/DebugTest.php
DebugUniversalClassLoader class Symfony\Component\ClassLoader drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php Checks that the class is actually declared in the included file.
DecoderInterface interface Symfony\Component\Serializer\Encoder drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/DecoderInterface.php Defines the interface of decoders 5 2
DefaultAccessCheck class Drupal\Core\Access drupal/core/lib/Drupal/Core/Access/DefaultAccessCheck.php Allows access to routes to be controlled by an '_access' boolean parameter.
DefaultDisplay class Drupal\views\Plugin\views\display drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DefaultDisplay.php A plugin to handle defaults on a view. 2
DefaultDisplayExtender class Drupal\views\Plugin\views\display_extender drupal/core/modules/views/lib/Drupal/views/Plugin/views/display_extender/DefaultDisplayExtender.php @todo
DefaultFactory class Drupal\Component\Plugin\Factory drupal/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php Default plugin factory. 4 10
DefaultFetcher class Drupal\aggregator\Plugin\aggregator\fetcher drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/fetcher/DefaultFetcher.php Defines a default fetcher implementation.
DefaultFileLocator class Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php Locate the file that contains the metadata information for a given class name. 2
DefaultFileLocatorTest class Doctrine\Tests\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/DefaultFileLocatorTest.php
DefaultMobileMetaTagsTest class Drupal\system\Tests\System drupal/core/modules/system/lib/Drupal/system/Tests/System/DefaultMobileMetaTagsTest.php
DefaultNumberFormatter abstract class Drupal\number\Plugin\field\formatter drupal/core/modules/field/modules/number/lib/Drupal/number/Plugin/field/formatter/DefaultNumberFormatter.php Parent plugin for decimal and integer formatters 2 2
DefaultsTestPluginManager class Drupal\plugin_test\Plugin drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/DefaultsTestPluginManager.php Defines a plugin manager used by Plugin API unit tests. 1
DefaultStyle class Drupal\views\Plugin\views\style drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/DefaultStyle.php Unformatted style plugin to render rows one after another with no decorations.
DefaultSummary class Drupal\views\Plugin\views\style drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/DefaultSummary.php The default style plugin for summaries. 1
DefaultViewRecentComments class Drupal\views\Tests\Comment drupal/core/modules/views/lib/Drupal/views/Tests/Comment/DefaultViewRecentComments.php
DefaultViewsTest class Drupal\views\Tests\UI drupal/core/modules/views/lib/Drupal/views/Tests/UI/DefaultViewsTest.php Tests enabling, disabling, and reverting default views via the listing page.
DefaultViewsTest class Drupal\views\Tests drupal/core/modules/views/lib/Drupal/views/Tests/DefaultViewsTest.php Tests for views default views.
DefaultWizardDeriver class Drupal\views\Plugin\Type drupal/core/modules/views/lib/Drupal/views/Plugin/Type/DefaultWizardDeriver.php A derivative class which provides automatic wizards for all base tables.
Definition class Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php Definition represents a service definition. 1 27
DefinitionDecorator class Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/DefinitionDecorator.php This definition decorates another definition. 5
DefinitionDecoratorTest class Symfony\Component\DependencyInjection\Tests drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php
DefinitionTest class Symfony\Component\DependencyInjection\Tests drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php
Delete class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Delete.php
Delete class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/Delete.php General class for an abstracted DELETE operation. 3 3
Delete class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Delete.php SQLite specific implementation of DeleteQuery.
Delete class Drupal\Core\Database\Driver\pgsql drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Delete.php
DeleteTest class Drupal\rest\Tests drupal/core/modules/rest/lib/Drupal/rest/Tests/DeleteTest.php Tests resource deletion on user, node and test entities.
DeleteTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/DeleteTest.php Deletion related tests.
DeleteTruncateTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/DeleteTruncateTest.php Tests delete and truncate queries.
DenormalizableDummy class Symfony\Component\Serializer\Tests\Fixtures drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Fixtures/DenormalizableDummy.php
DenormalizableInterface interface Symfony\Component\Serializer\Normalizer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php Defines the most basic interface a class must implement to be denormalizable 4 4
DenormalizerInterface interface Symfony\Component\Serializer\Normalizer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php Defines the interface of denormalizers. 3 5
DependencyHookInvocationTest class Drupal\system\Tests\Update drupal/core/modules/system/lib/Drupal/system/Tests/Update/DependencyHookInvocationTest.php Tests the invocation of hook_update_dependencies().
DependencyMissingTest class Drupal\system\Tests\Update drupal/core/modules/system/lib/Drupal/system/Tests/Update/DependencyMissingTest.php Tests for missing update dependencies.
DependencyOrderingTest class Drupal\system\Tests\Update drupal/core/modules/system/lib/Drupal/system/Tests/Update/DependencyOrderingTest.php Tests the update dependency ordering system.
DependencyTest class Drupal\system\Tests\Module drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php Tests module dependency functionality.
Depth class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Depth.php Field handler to display the depth of a comment.
DerivativeDiscoveryDecorator class Drupal\Component\Plugin\Discovery drupal/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Base class providing the tools for a plugin discovery to be derivative aware. 5
DerivativeInterface interface Drupal\Component\Plugin\Derivative drupal/core/lib/Drupal/Component/Plugin/Derivative/DerivativeInterface.php Plugin interface for derivative plugin handling. 5 6
DerivativeTest class Drupal\system\Tests\Plugin drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/DerivativeTest.php Tests that derivative plugins are correctly discovered.
DialogTest class Drupal\system\Tests\Ajax drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/DialogTest.php Tests use of dialogs as wrappers for Ajax responses.
Diff class drupal/core/lib/Drupal/Component/Diff/DiffEngine.php Class representing a 'diff' between two sequences of strings. @todo document @private @subpackage DifferenceEngine 1
DifferentNamespacesPerFileWithClassAsFirst class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/DifferentNamespacesPerFileWithClassAsFirst.php
DifferentNamespacesPerFileWithClassAsLast class Doctrine\Tests\Common\Annotations\Fixtures\Foo drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/DifferentNamespacesPerFileWithClassAsLast.php
DiffFormatter class drupal/core/lib/Drupal/Component/Diff/DiffEngine.php A class to format Diffs 1
DirectoryResource class Assetic\Factory\Resource drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/DirectoryResource.php A resource is something formulae can be loaded from. 2
DirectoryResourceFilterIterator class Assetic\Factory\Resource drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/DirectoryResource.php Filters files by a basename pattern.
DirectoryResourceIterator class Assetic\Factory\Resource drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/DirectoryResource.php An iterator that converts file objects into file resources.
DirectoryResourceTest class Assetic\Test\Factory\Resource drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/Resource/DirectoryResourceTest.php

Pages

Other projects