Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
DefaultWizardDeriver class Drupal\views\Plugin\Derivative drupal/core/modules/views/lib/Drupal/views/Plugin/Derivative/DefaultWizardDeriver.php A derivative class which provides automatic wizards for all base tables.
DefinedTestAccessCheck class Drupal\router_test\Access drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/Access/DefinedTestAccessCheck.php Defines an access checker similar to DefaultAccessCheck 1
Definition class Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php Definition represents a service definition. 1 36
DefinitionDecorator class Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/DefinitionDecorator.php This definition decorates another definition. 6
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\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
Delete class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/Delete.php General class for an abstracted DELETE operation. 3 3
DeleteForm class Drupal\contact\Form drupal/core/modules/contact/lib/Drupal/contact/Form/DeleteForm.php Builds the form to delete a contact category. 1
DeleteForm class Drupal\action\Form drupal/core/modules/action/lib/Drupal/action/Form/DeleteForm.php Builds a form to delete an action. 1
DeleteForm class Drupal\forum\Form drupal/core/modules/forum/lib/Drupal/forum/Form/DeleteForm.php Builds the form to delete a forum term. 1
DeleteForm class Drupal\views_ui\Form drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/DeleteForm.php Builds the form to delete a view. 1
DeleteForm class Drupal\path\Form drupal/core/modules/path/lib/Drupal/path/Form/DeleteForm.php Builds the form to delete a path alias. 1
DeleteLinkAccessCheck class Drupal\menu\Access drupal/core/modules/menu/lib/Drupal/menu/Access/DeleteLinkAccessCheck.php Access check for menu link delete routes. 2
DeleteMenuAccessCheck class Drupal\menu\Access drupal/core/modules/menu/lib/Drupal/menu/Access/DeleteMenuAccessCheck.php Access check for menu delete routes. 2
DeleteMultiple class Drupal\node\Form drupal/core/modules/node/lib/Drupal/node/Form/DeleteMultiple.php Provides a node deletion confirmation form. 1
DeleteNode class Drupal\node\Plugin\Action drupal/core/modules/node/lib/Drupal/node/Plugin/Action/DeleteNode.php Redirects to a node deletion form.
DeleteTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/DeleteTest.php Deletion related tests.
DeleteTest class Drupal\rest\Tests drupal/core/modules/rest/lib/Drupal/rest/Tests/DeleteTest.php Tests resource deletion on user, node and test entities.
DeleteTruncateTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/DeleteTruncateTest.php Tests delete and truncate queries.
DemoteNode class Drupal\node\Plugin\Action drupal/core/modules/node/lib/Drupal/node/Plugin/Action/DemoteNode.php Demotes a node.
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. 5 7
DenormalizeTest class Drupal\hal\Tests drupal/core/modules/hal/lib/Drupal/hal/Tests/DenormalizeTest.php Test the HAL normalizer's denormalize function.
DependencyExtractorInterface interface Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/DependencyExtractorInterface.php A filter that knows how to extract dependencies. 11 2
DependencyFailureTest class drupal/core/vendor/phpunit/phpunit/Tests/_files/DependencyFailureTest.php
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.
DependencySuccessTest class drupal/core/vendor/phpunit/phpunit/Tests/_files/DependencySuccessTest.php
DependencyTest class Drupal\system\Tests\Module drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php Tests module dependency functionality.
DependencyTestSuite class drupal/core/vendor/phpunit/phpunit/Tests/_files/DependencyTestSuite.php
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. 9
DerivativeInterface interface Drupal\Component\Plugin\Derivative drupal/core/lib/Drupal/Component/Plugin/Derivative/DerivativeInterface.php Plugin interface for derivative plugin handling. 15 16
DerivativeTest class Drupal\system\Tests\Plugin drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/DerivativeTest.php Tests that derivative plugins are correctly discovered.
DesignTestController class Drupal\design_test\Controller drupal/core/modules/system/tests/modules/design_test/lib/Drupal/design_test/Controller/DesignTestController.php Controller routines for design_test routes.
DestructableInterface interface Drupal\Core drupal/core/lib/Drupal/Core/DestructableInterface.php The interface for services that need explicit destruction. 6 6
DialogController class Drupal\Core\Controller drupal/core/lib/Drupal/Core/Controller/DialogController.php Defines a default controller for dialog requests. 2
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
DiffArray class Drupal\Component\Utility drupal/core/lib/Drupal/Component/Utility/DiffArray.php Provides helpers to perform diffs on multi dimensional arrays. 1
DiffArrayTest class Drupal\Tests\Core\Common drupal/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php Tests the DiffArray helper class.
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
DirectEditor class Drupal\edit\Plugin\InPlaceEditor drupal/core/modules/edit/lib/Drupal/edit/Plugin/InPlaceEditor/DirectEditor.php Defines the direct editor.

Pages

Other projects