Classes, traits, and interfaces - 8.9.x - drupal
Introduction to classes
A lot of the PHP code in Drupal is object oriented (OO), making use of PHP classes, interfaces, and traits. See the Objected-oriented programming conventions for more information.
See also
Objected-oriented programming conventions
File
-
core/
core.api.php, line 1511
Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
---|---|---|---|---|---|---|---|---|
DrupalKernelInterface | interface | Drupal\Core | core/ |
The interface for DrupalKernel, the core of Drupal. | 1 | 8 | ||
DrupalKernelSiteTest | class | Drupal\KernelTests\Core\DrupalKernel | core/ |
Tests site-specific service overrides. | ||||
DrupalKernelTest | class | Drupal\KernelTests\Core\DrupalKernel | core/ |
Tests DIC compilation to disk. | ||||
DrupalKernelTest | class | Drupal\Tests\Core\DrupalKernel | core/ |
@coversDefaultClass \Drupal\Core\DrupalKernel @group DrupalKernel | ||||
DrupalLink | class | Drupal\ckeditor\Plugin\CKEditorPlugin | core/ |
Defines the "drupallink" plugin. | ||||
DrupalListener | class | Drupal\TestTools\PhpUnitCompatibility\PhpUnit6 | core/ |
Listens to PHPUnit test runs. | ||||
DrupalListener | class | Drupal\TestTools\PhpUnitCompatibility\PhpUnit7 | core/ |
Listens to PHPUnit test runs. | ||||
DrupalLogErrorTest | class | Drupal\Tests\Core\Error | core/ |
Tests logging of errors in core/error.inc. | ||||
DrupalMedia | class | Drupal\media\Plugin\CKEditorPlugin | core/ |
Defines the "drupalmedia" plugin. | ||||
DrupalMediaLibrary | class | Drupal\media_library\Plugin\CKEditorPlugin | core/ |
Defines the "drupalmedialibrary" plugin. | ||||
DrupalMessengerServiceTest | class | Drupal\Tests\system\Functional\Bootstrap | core/ |
Tests the Messenger service. | ||||
DrupalMinkClient | class | Drupal\BuildTests\Framework | core/ |
Extend the Mink client for Drupal use-cases. | 1 | 1 | ||
DrupalMinkClientTest | class | Drupal\BuildTests\Framework\Tests | core/ |
Test \Drupal\BuildTests\Framework\DrupalMinkClient. | ||||
DrupalPackageBuilder | abstract class | Drupal\Composer\Generator\Builder | composer/ |
Base class that includes helpful utility routine for Drupal builder classes. | 3 | |||
DrupalPinnedDevDependenciesBuilder | class | Drupal\Composer\Generator\Builder | composer/ |
Builder to produce metapackage for drupal/core-dev-pinned. | 3 | |||
DrupalSelenium2Driver | class | Drupal\FunctionalJavascriptTests | core/ |
Provides a driver for Selenium testing. | 1 | |||
DrupalSelenium2DriverTest | class | Drupal\FunctionalJavascriptTests\Tests | core/ |
Tests the DrupalSelenium2Driver methods. | ||||
DrupalSetMessageTest | class | Drupal\KernelTests\Core\Common | core/ |
@covers ::drupal_set_message @group Common @group legacy | ||||
DrupalSqlBase | abstract class | Drupal\migrate_drupal\Plugin\migrate\source | core/ |
A base class for source plugins using a Drupal database as a source. | 71 | 69 | ||
DrupalSqlBaseTest | class | Drupal\Tests\migrate_drupal\Unit\source | core/ |
@coversDefaultClass Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase @group migrate_drupal | ||||
DrupalStandardsListenerDeprecatedClass | class | Drupal\deprecation_test\Deprecation | core/ |
Fixture class for use by DrupalStandardsListenerDeprecationTest. | ||||
DrupalStandardsListenerDeprecationTest | class | Drupal\Tests\Core\Listeners | core/ |
Test deprecation error handling by DrupalStandardsListener. | ||||
DrupalStandardsListenerTrait | trait | Drupal\Tests\Listeners | core/ |
Listens for PHPUnit tests and fails those with invalid coverage annotations. | 2 | |||
DrupalTest | class | Drupal\Tests\Core | core/ |
Tests the Drupal class. | ||||
DrupalTranslator | class | Drupal\Core\Validation | core/ |
Translates strings using Drupal's translation system. | 2 | |||
DummyAjaxFormatter | class | Drupal\image_module_test\Plugin\Field\FieldFormatter | core/ |
Empty renderer for a dummy field with an AJAX handler. | ||||
DummyAjaxItem | class | Drupal\image_module_test\Plugin\Field\FieldType | core/ |
Defines a dummy field containing an AJAX handler. | ||||
DummyAjaxWidget | class | Drupal\image_module_test\Plugin\Field\FieldWidget | core/ |
Default widget for Dummy AJAX test. | ||||
DummyDestination | class | Drupal\migrate_events_test\Plugin\migrate\destination | core/ |
Plugin annotation @MigrateDestination( id = "dummy", requirements_met = true ) | ||||
DummyImageFormatter | class | Drupal\image_module_test\Plugin\Field\FieldFormatter | core/ |
Plugin implementation of the Dummy image formatter. | ||||
DummyQueryTrait | trait | Drupal\migrate\Plugin\migrate\source | core/ |
Provides a dummy select query object for source plugins. | 3 | |||
DummyReadOnlyStreamWrapper | class | Drupal\file_test\StreamWrapper | core/ |
Helper class for testing the stream wrapper registry. | 2 | 2 | ||
DummyRemoteReadOnlyStreamWrapper | class | Drupal\file_test\StreamWrapper | core/ |
Dummy read-only remote stream wrapper (dummy-remote-readonly://). | 1 | |||
DummyRemoteStreamWrapper | class | Drupal\file_test\StreamWrapper | core/ |
Helper class for testing the stream wrapper registry. | 1 | 2 | ||
DummyStreamWrapper | class | Drupal\file_test\StreamWrapper | core/ |
Helper class for testing the stream wrapper registry. | 1 | 2 | ||
DuplicateContextualLinksTest | class | Drupal\Tests\contextual\FunctionalJavascript | core/ |
Tests the UI for correct contextual links. | ||||
DuplicateTest | class | Drupal\Tests\views_ui\Functional | core/ |
Tests the UI for view duplicate tool. | ||||
DurationInterface | interface | Drupal\Core\TypedData\Type | core/ |
Interface for durations. | 2 | 4 | ||
DurationIso8601 | class | Drupal\Core\TypedData\Plugin\DataType | core/ |
The duration ISO8601 data type. | ||||
DynamicallyFieldableEntityStorageInterface | interface | Drupal\Core\Entity | core/ |
A storage that supports entity types with dynamic field definitions. | 1 | 3 | ||
DynamicallyFieldableEntityStorageSchemaInterface | interface | Drupal\Core\Entity\Schema | core/ |
A storage schema that supports entity types with dynamic field definitions. | 2 | 3 | ||
DynamicEntityTypeParamConverterTrait | trait | Drupal\Core\ParamConverter | core/ |
Provides a trait to replace dynamic entity types in routes. | ||||
DynamicLocalTasks | class | Drupal\media\Plugin\Derivative | core/ |
Generates media-related local tasks. | 1 | |||
DynamicLocalTasks | class | Drupal\content_moderation\Plugin\Derivative | core/ |
Generates moderation-related local tasks. | 1 | |||
DynamicMenuLinkMock | class | Drupal\Tests\Core\Menu | core/ |
Defines a mock implementation of a dynamic menu link used in tests only. | ||||
DynamicPageCacheIntegrationTest | class | Drupal\Tests\dynamic_page_cache\Functional | core/ |
Enables the Dynamic Page Cache and tests it in various scenarios. | ||||
DynamicPageCacheSubscriber | class | Drupal\dynamic_page_cache\EventSubscriber | core/ |
Returns cached responses as early and avoiding as much work as possible. | 4 | 2 | ||
DynamicPageCacheTestController | class | Drupal\dynamic_page_cache_test | core/ |
Controller routines for dynamic_page_cache_test routes. | ||||
EarlyDateTest | class | Drupal\Tests\taxonomy\Functional | core/ |
Posts an article with a taxonomy term and a date prior to 1970. | ||||
EarlyFormatSetter | final class | Drupal\jsonapi\Routing | core/ |
Sets the 'api_json' format for requests to JSON:API resources. | 2 |
Pagination
- Previous page
- Page 47
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.