Classes, traits, and interfaces - 9.5.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 1523
Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
---|---|---|---|---|---|---|---|---|
D7NodeDeriver | class | Drupal\node\Plugin\migrate | core/ |
Deriver for Drupal 7 node and node revision migrations based on node types. | 5 | |||
D7NodeTranslation | class | Drupal\node\Plugin\migrate | core/ |
Migration plugin for the Drupal 7 node translations. | 2 | |||
D7TaxonomyTermDeriver | class | Drupal\taxonomy\Plugin\migrate | core/ |
Deriver for Drupal 7 taxonomy term migrations based on vocabularies. | 2 | |||
Data | abstract class | Drupal\jsonapi\JsonApiResource | core/ |
Represents the `data` and `included` objects of a top-level object. | 2 | 4 | ||
Database | abstract class | Drupal\Core\Database | core/ |
Primary front-controller for the database system. | 250 | |||
DatabaseAccessDeniedException | class | Drupal\Core\Database | core/ |
Exception thrown if access credentials fail. | 2 | |||
DatabaseBackend | class | Drupal\Core\Flood | core/ |
Defines the database flood backend. This is the default Drupal backend. | 2 | 2 | ||
DatabaseBackend | class | Drupal\Core\Cache | core/ |
Defines a default cache implementation. | 4 | |||
DatabaseBackendFactory | class | Drupal\Core\Cache | core/ |
2 | 2 | |||
DatabaseBackendFactoryTest | class | Drupal\Tests\Core\Cache | core/ |
@coversDefaultClass \Drupal\Core\Cache\DatabaseBackendFactory @group Cache | ||||
DatabaseBackendTagTest | class | Drupal\KernelTests\Core\Cache | core/ |
Tests DatabaseBackend cache tag implementation. | ||||
DatabaseBackendTest | class | Drupal\KernelTests\Core\Cache | core/ |
Unit test of the database backend using the generic cache unit test base. | ||||
DatabaseCacheTagsChecksum | class | Drupal\Core\Cache | core/ |
Cache tags invalidations checksum implementation that uses the database. | 2 | |||
DatabaseDriverProvidedByModuleTest | class | Drupal\Tests\system\Functional\System | core/ |
Tests output on the status overview page. | ||||
DatabaseDriverUninstallValidator | class | Drupal\Core\ProxyClass\Extension | core/ |
Provides a proxy class for \Drupal\Core\Extension\DatabaseDriverUninstallValidator. | ||||
DatabaseDriverUninstallValidator | class | Drupal\Core\Extension | core/ |
Ensures installed modules providing a database driver are not uninstalled. | 2 | |||
DatabaseException | interface | Drupal\Core\Database | core/ |
Interface for a database exception. | 19 | 19 | ||
DatabaseExceptionWrapper | class | Drupal\Core\Database | core/ |
This wrapper class serves only to provide additional debug information. | 28 | |||
DatabaseExceptionWrapperTest | class | Drupal\KernelTests\Core\Database | core/ |
Tests exceptions thrown by queries. | ||||
DatabaseExceptionWrapperTest | class | Drupal\Tests\mysql\Kernel\mysql | core/ |
Tests exceptions thrown by queries. | ||||
DatabaseExceptionWrapperTest | class | Drupal\Tests\sqlite\Kernel\sqlite | core/ |
Tests exceptions thrown by queries. | ||||
DatabaseExceptionWrapperTest | class | Drupal\Tests\pgsql\Kernel\pgsql | core/ |
Tests exceptions thrown by queries. | ||||
DatabaseFileUsageBackend | class | Drupal\file\FileUsage | core/ |
Defines the database file usage backend. This is the default Drupal backend. | 2 | |||
DatabaseLockBackend | class | Drupal\Core\Lock | core/ |
Defines the database lock backend. This is the default backend in Drupal. | 1 | 2 | 2 | |
DatabaseLockBackend | class | Drupal\Core\ProxyClass\Lock | core/ |
Provides a proxy class for \Drupal\Core\Lock\DatabaseLockBackend. | ||||
DatabaseNotFoundException | class | Drupal\Core\Database | core/ |
Exception thrown if specified database is not found. | 8 | |||
DatabaseQueue | class | Drupal\Core\Queue | core/ |
Default queue implementation. | 1 | 2 | ||
DatabaseStorage | class | Drupal\Core\Config | core/ |
Defines the Database storage. | 3 | 3 | ||
DatabaseStorage | class | Drupal\Core\KeyValueStore | core/ |
Defines a default key/value store implementation. | 1 | |||
DatabaseStorageExpirable | class | Drupal\Core\KeyValueStore | core/ |
Defines a default key/value store implementation for expiring items. | 1 | |||
DatabaseStorageExpirableTest | class | Drupal\KernelTests\Core\KeyValueStore | core/ |
Tests the key-value database storage. | ||||
DatabaseStorageTest | class | Drupal\KernelTests\Core\KeyValueStore | core/ |
Tests the key-value database storage. | ||||
DatabaseStorageTest | class | Drupal\KernelTests\Core\Config\Storage | core/ |
Tests DatabaseStorage operations. | ||||
DatabaseTest | class | Drupal\Tests\Core\Database | core/ |
@coversDefaultClass \Drupal\Core\Database\Database | ||||
DatabaseTestBase | abstract class | Drupal\KernelTests\Core\Database | core/ |
Base class for databases database tests. | 32 | |||
DatabaseTestBase | abstract class | Drupal\Tests\system\Functional\Database | core/ |
Base class for databases database tests. | 3 | |||
DatabaseTestController | class | Drupal\database_test\Controller | core/ |
Controller routines for database_test routes. | ||||
DatabaseTestForm | class | Drupal\database_test\Form | core/ |
Form controller for database_test module. | 1 | |||
DatabaseTestSchemaDataTrait | trait | Drupal\KernelTests\Core\Database | core/ |
Trait to manage data samples for test tables. | 1 | |||
DatabaseTestSchemaInstallTrait | trait | Drupal\KernelTests\Core\Database | core/ |
Trait to manage installation for test tables. | ||||
DatabaseVersionCheckUpdateTest | class | Drupal\Tests\system\Functional\Update | core/ |
Tests that updates fail if the database does not meet the minimum version. | ||||
DataCommand | class | Drupal\Core\Ajax | core/ |
An AJAX command for implementing jQuery's data() method. | 3 | |||
DataDefinition | class | Drupal\Core\TypedData | core/ |
A typed data definition class for defining data based on defined data types. | 5 | 55 | ||
DataDefinitionInterface | interface | Drupal\Core\TypedData | core/ |
Interface for data definitions. | 4 | 12 | ||
DataEntityRow | class | Drupal\rest\Plugin\views\row | core/ |
Plugin which displays entities as raw data. | ||||
DataFieldRow | class | Drupal\rest\Plugin\views\row | core/ |
Plugin which displays fields as raw data. | ||||
DataNormalizer | class | Drupal\jsonapi\Normalizer | core/ |
Normalizes JSON:API Data objects. | 2 | |||
DataReferenceBase | abstract class | Drupal\Core\TypedData | core/ |
Base class for typed data references. | 2 | 2 | ||
DataReferenceDefinition | class | Drupal\Core\TypedData | core/ |
A typed data definition class for defining references. | 4 | |||
DataReferenceDefinitionInterface | interface | Drupal\Core\TypedData | core/ |
Interface for typed data references. | 1 | 6 |
Pagination
- Previous page
- Page 39
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.