Classes, traits, and interfaces - 11.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 1531
| Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
|---|---|---|---|---|---|---|---|---|
| ConfigActionsTest | class | Drupal\Tests\language\Kernel | core/ |
Tests Config Actions. | ||||
| ConfigActionsTest | class | Drupal\Tests\node\Kernel | core/ |
Tests Config Actions. | ||||
| ConfigActionsTest | class | Drupal\Tests\field\Kernel | core/ |
Tests Config Actions. | ||||
| ConfigActionsTest | class | Drupal\Tests\layout_builder\Kernel | core/ |
Tests Config Actions. | ||||
| ConfigActionsTest | class | Drupal\Tests\contact\Kernel | core/ |
Tests Config Actions. | ||||
| ConfigActionTest | class | Drupal\KernelTests\Core\Config\Action | core/ |
Tests the config action system. | ||||
| ConfigActionValidationTest | class | Drupal\KernelTests\Core\Recipe | core/ |
Tests Config Action Validation. | ||||
| ConfigAfterInstallerTestBase | abstract class | Drupal\FunctionalTests\Installer | core/ |
Provides a class for install profiles to check their installed config. | 2 | |||
| ConfigBase | abstract class | Drupal\Core\Config | core/ |
Provides a base class for configuration objects with get/set support. | 2 | 1 | ||
| ConfigCacheTag | class | Drupal\system\EventSubscriber | core/ |
A subscriber invalidating cache tags when system config objects are saved. | 2 | |||
| ConfigCollectionEvents | final class | Drupal\Core\Config | core/ |
Defines events for working with configuration collections. | 8 | |||
| ConfigCollectionInfo | class | Drupal\Core\Config | core/ |
Gets information on all the possible configuration collections. | 3 | |||
| ConfigConfigurator | final class | Drupal\Core\Recipe | core/ |
@internal This API is experimental. | 1 | |||
| ConfigConfiguratorTest | class | Drupal\KernelTests\Core\Recipe | core/ |
Tests Config Configurator. | ||||
| ConfigController | class | Drupal\config\Controller | core/ |
Returns responses for config module routes. | ||||
| ConfigCrudEvent | class | Drupal\Core\Config | core/ |
Wraps a configuration event for event listeners. | 1 | 23 | ||
| ConfigCRUDTest | class | Drupal\KernelTests\Core\Config | core/ |
Tests CRUD operations on configuration objects. | ||||
| ConfigDependencies | class | Drupal\rest\Entity | core/ |
Calculates rest resource config dependencies. | 1 | |||
| ConfigDependenciesTest | class | Drupal\Tests\rest\Kernel\Entity | core/ |
Tests Drupal\rest\Entity\ConfigDependencies. | ||||
| ConfigDependencyDeleteFormTrait | trait | Drupal\Core\Config\Entity | core/ |
Lists affected configuration entities by a dependency removal. | 2 | |||
| ConfigDependencyManager | class | Drupal\Core\Config\Entity | core/ |
Provides a class to discover configuration entity dependencies. | 6 | |||
| ConfigDependencyManagerTest | class | Drupal\Tests\Core\Config | core/ |
Tests the ConfigDependencyManager class. | ||||
| ConfigDependencyManagerTest | class | Drupal\Tests\Core\Config\Entity | core/ |
Tests the ConfigDependencyManager class. | ||||
| ConfigDependencyTest | class | Drupal\KernelTests\Core\Config | core/ |
Tests for configuration dependencies. | ||||
| ConfigDependencyWebTest | class | Drupal\Tests\config\Functional | core/ |
Tests configuration entities. | ||||
| ConfigDiffTest | class | Drupal\KernelTests\Core\Config | core/ |
Calculating the difference between two sets of configuration. | ||||
| ConfigDirectoryNotDefinedException | class | Drupal\Core\Config | core/ |
An exception thrown when the config sync directory is not defined. | 1 | |||
| ConfigDraggableListBuilderTest | class | Drupal\Tests\config\Functional | core/ |
Tests draggable list builder. | ||||
| ConfigDuplicateUUIDException | class | Drupal\Core\Config | core/ |
Exception thrown when a config object UUID causes a conflict. | 3 | |||
| ConfigEntity | class | Drupal\migrate\Plugin\migrate\source | core/ |
Drupal configuration source from database. | 1 | |||
| ConfigEntityAdapter | class | Drupal\Core\Entity\Plugin\DataType | core/ |
Enhances EntityAdapter for config entities. | 5 | |||
| ConfigEntityAdapterTest | class | Drupal\KernelTests\Core\Entity | core/ |
Tests entity adapter for configuration entities. | ||||
| ConfigEntityBase | abstract class | Drupal\Core\Config\Entity | core/ |
Defines a base configuration entity class. | 26 | 26 | ||
| ConfigEntityBaseUnitTest | class | Drupal\Tests\Core\Config\Entity | core/ |
Tests Drupal\Core\Config\Entity\ConfigEntityBase. | ||||
| ConfigEntityBaseWithPluginCollections | abstract class | Drupal\Tests\Core\Config\Entity\Fixtures | core/ |
Enables testing of dependency calculation. | 1 | 1 | ||
| ConfigEntityBundleBase | abstract class | Drupal\Core\Config\Entity | core/ |
A base class for config entity types that act as bundles. | 9 | 9 | ||
| ConfigEntityDenormalizer | final class | Drupal\jsonapi\Normalizer | core/ |
Converts the Drupal config entity object to a JSON:API array structure. | 2 | |||
| ConfigEntityDependency | class | Drupal\Core\Config\Entity | core/ |
Provides a value object to discover configuration dependencies. | 3 | |||
| ConfigEntityDependencyTest | class | Drupal\Tests\Core\Config\Entity | core/ |
Tests the ConfigEntityDependency class. | ||||
| ConfigEntityFormOverrideTest | class | Drupal\Tests\config\Functional | core/ |
Tests that config overrides do not bleed through in entity forms and lists. | ||||
| ConfigEntityIdLengthException | class | Drupal\Core\Config\Entity\Exception | core/ |
Defines an exception thrown when a configuration entity ID is too long. | 5 | |||
| ConfigEntityImportTest | class | Drupal\Tests\system\Kernel\Entity | core/ |
Tests ConfigEntity importing. | ||||
| ConfigEntityInterface | interface | Drupal\Core\Config\Entity | core/ |
Defines a common interface for configuration entities. | 30 | 71 | ||
| ConfigEntityListBuilder | class | Drupal\Core\Config\Entity | core/ |
Defines the default class to build a listing of configuration entities. | 19 | 19 | ||
| ConfigEntityListMultilingualTest | class | Drupal\Tests\config\Functional | core/ |
Tests the listing of configuration entities in a multilingual scenario. | ||||
| ConfigEntityListTest | class | Drupal\Tests\config\Functional | core/ |
Tests the listing of configuration entities. | ||||
| ConfigEntityMapper | class | Drupal\config_translation | core/ |
Configuration mapper for configuration entities. | 2 | 2 | ||
| ConfigEntityMapperInterface | interface | Drupal\config_translation | core/ |
Defines an interface for configuration entity mappers. | 1 | 1 | ||
| ConfigEntityMapperTest | class | Drupal\Tests\config_translation\Unit | core/ |
Tests the functionality provided by the configuration entity mapper. | ||||
| ConfigEntityNormalizer | class | Drupal\serialization\Normalizer | core/ |
Normalizes/denormalizes Drupal config entity objects into an array structure. | 1 | 2 | 2 |
Pagination
- Previous page
- Page 30
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.