Classes, traits, and interfaces - 10.3.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 1518
Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
---|---|---|---|---|---|---|---|---|
DraggableListBuilder | abstract class | Drupal\Core\Config\Entity | core/ |
Defines a class to build a draggable listing of configuration entities. | 5 | 5 | ||
DraggableListBuilderTrait | trait | Drupal\Core\Entity | core/ |
Provides a trait for draggable listings of entities. | 1 | |||
DriverModuleMissingDependenciesTest | class | Drupal\Tests\Core\Database | core/ |
Tests for database driver module with missing dependency. | ||||
DriverNotSpecifiedException | class | Drupal\Core\Database | core/ |
Exception thrown if no driver is specified for a database connection. | ||||
DriverSpecificConnectionUnitTestBase | abstract class | Drupal\KernelTests\Core\Database | core/ |
Tests management of database connections. | 2 | 2 | ||
DriverSpecificDatabaseTestBase | abstract class | Drupal\KernelTests\Core\Database | core/ |
Base class for driver specific database tests. | 12 | 8 | ||
DriverSpecificKernelTestBase | abstract class | Drupal\KernelTests\Core\Database | core/ |
Base class for driver specific kernel tests. | 13 | 10 | ||
DriverSpecificSchemaTestBase | abstract class | Drupal\KernelTests\Core\Database | core/ |
Tests table creation and modification via the schema API. | 3 | 3 | ||
DriverSpecificSyntaxTestBase | abstract class | Drupal\KernelTests\Core\Database | core/ |
Tests driver specific SQL syntax interpretation. | 3 | 3 | ||
DriverSpecificTransactionTestBase | class | Drupal\KernelTests\Core\Database | core/ |
Tests the transaction abstraction system. | 3 | 3 | ||
Dropbutton | class | Drupal\Core\Render\Element | core/ |
Provides a render element for a set of links rendered as a drop-down button. | 1 | |||
Dropbutton | class | Drupal\views\Plugin\views\field | core/ |
Provides a handler that renders links as dropbutton. | ||||
Drupal | class | core/ |
Static Service Container wrapper. | |||||
Drupal6SqlBaseTest | class | Drupal\Tests\migrate_drupal\Unit\source\d6 | core/ |
Tests the D6 SQL base class. | ||||
DrupalAspectsOfCKEditor5Plugin | class | Drupal\ckeditor5\Attribute | core/ |
#[\Attribute(\Attribute::TARGET_CLASS)] | ||||
DrupalAspectsOfCKEditor5Plugin | class | Drupal\ckeditor5\Annotation | core/ |
Defines the "Drupal aspects of a CKEditor5Plugin" annotation object. | 1 | |||
DrupalComponentTest | class | Drupal\Tests\Component | core/ |
General tests for \Drupal\Component that can't go anywhere else. | ||||
DrupalComponentTestListenerTrait | trait | Drupal\Tests\Listeners | core/ |
Ensures that no component tests are extending a core test base class. | ||||
DrupalCoreComposer | class | Drupal\Composer\Generator\Util | composer/ |
Utilities for accessing composer.json data from drupal/drupal and drupal/core. | 6 | |||
DrupalCoreRecommendedBuilder | class | Drupal\Composer\Generator\Builder | composer/ |
Builder to produce metapackage for drupal/core-recommended. | 3 | |||
DrupalDateTime | class | Drupal\Core\Datetime | core/ |
Extends DateTimePlus(). | 3 | 38 | ||
DrupalDateTimeTest | class | Drupal\Tests\Core\Datetime | core/ |
@coversDefaultClass \Drupal\Core\Datetime\DrupalDateTime[[api-linebreak]] @group Datetime | ||||
DrupalDateTimeTest | class | Drupal\Tests\system\Functional\Datetime | core/ |
Tests DrupalDateTime functionality. | ||||
DrupalDevDependenciesBuilder | class | Drupal\Composer\Generator\Builder | composer/ |
Builder to produce metapackage for drupal/core-dev. | 3 | |||
DrupalFlushAllCachesInInstallerTest | class | Drupal\FunctionalTests\Installer | core/ |
Tests drupal_flush_all_caches() during an install. | ||||
DrupalFlushAllCachesTest | class | Drupal\KernelTests\Core\Common | core/ |
@covers ::drupal_flush_all_caches[[api-linebreak]] @group Common | ||||
DrupalKernel | class | Drupal\Core | core/ |
The DrupalKernel class is the core of Drupal itself. | 4 | 36 | ||
DrupalKernelInterface | interface | Drupal\Core | core/ |
The interface for DrupalKernel, the core of Drupal. | 1 | 11 | ||
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[[api-linebreak]] @group DrupalKernel | ||||
DrupalListener | class | Drupal\Tests\Listeners | core/ |
Listens to PHPUnit test runs. | ||||
DrupalLogErrorTest | class | Drupal\Tests\Core\Error | core/ |
Tests logging of errors in core/error.inc. | ||||
DrupalMessengerServiceTest | class | Drupal\Tests\system\Functional\Bootstrap | core/ |
Tests the Messenger service. | ||||
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. | ||||
DrupalSelenium2DriverTest | class | Drupal\FunctionalJavascriptTests\Tests | core/ |
Tests the DrupalSelenium2Driver methods. | ||||
DrupalSqlBase | abstract class | Drupal\migrate_drupal\Plugin\migrate\source | core/ |
A base class for source plugins using a Drupal database as a source. | 67 | 65 | ||
DrupalSqlBaseTest | class | Drupal\Tests\migrate_drupal\Unit\source | core/ |
@coversDefaultClass \Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase[[api-linebreak]] @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. | ||||
DrupalTest | class | Drupal\Tests\Core | core/ |
Tests the Drupal class. | ||||
DrupalTestBrowser | class | Drupal\Tests | core/ |
Enables a BrowserKitDriver mink driver to use a Guzzle client. | 2 | |||
DrupalTranslator | class | Drupal\Core\Validation | core/ |
Translates strings using Drupal's translation system. | 3 | |||
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/ |
Migration dummy destination. | ||||
DummyExternalReadOnlyWrapper | class | Drupal\file_test\StreamWrapper | core/ |
Helper class for testing the stream wrapper registry. | 2 |
Pagination
- Previous page
- Page 50
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.