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 1518
Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
---|---|---|---|---|---|---|---|---|
AliasPrefixList | class | Drupal\path_alias | core/ |
Cache a list of valid alias prefixes. | 1 | 1 | 2 | |
AliasPrefixListInterface | interface | Drupal\path_alias | core/ |
Cache a list of valid alias prefixes. | 2 | |||
AliasRepository | class | Drupal\path_alias | core/ |
Provides the default path alias lookup operations. | 1 | 1 | 2 | |
AliasRepositoryInterface | interface | Drupal\path_alias | core/ |
Provides an interface for path alias lookup operations. | 1 | 1 | ||
AliasTest | class | Drupal\Tests\path_alias\Kernel | core/ |
Tests path alias CRUD and lookup functionality. | ||||
AliasWhitelist | in drupal:11.1.0 and is removed from drupal:12.0.0. Use \Drupal\path_alias\AliasPrefixList instead. |
class | Drupal\path_alias | core/ |
Cache a list of valid alias prefixes. | 2 | ||
AliasWhitelistInterface | in drupal:11.1.0 and is removed from drupal:12.0.0. Use \Drupal\path_alias\AliasPrefixListInterface instead. |
interface | Drupal\path_alias | core/ |
Cache a list of valid alias prefixes. | |||
Alignment | class | Drupal\ckeditor5\Plugin\CKEditor5Plugin | core/ |
CKEditor 5 Alignment plugin. | 1 | 1 | ||
AlignmentPluginTest | class | Drupal\Tests\ckeditor5\Unit | core/ |
@coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Alignment @group ckeditor5 @internal | ||||
AllExceptHostEntity | class | Drupal\entity_reference_test\Plugin\EntityReferenceSelection | core/ |
Allows access to all entities except for the host entity. | ||||
AllowedPackages | class | Drupal\Composer\Plugin\Scaffold | composer/ |
Determine recursively which packages have been allowed to scaffold files. | ||||
AllowedScaffoldPackagesValidator | final class | Drupal\package_manager\Validator | core/ |
Validates the list of packages that are allowed to scaffold files. | ||||
AllowedScaffoldPackagesValidatorTest | class | Drupal\Tests\package_manager\Kernel | core/ |
@covers \Drupal\package_manager\Validator\AllowedScaffoldPackagesValidator @group package_manager @internal | ||||
AllowedValuesConstraint | class | Drupal\Core\Validation\Plugin\Validation\Constraint | core/ |
Checks for the value being allowed. | 1 | |||
AllowedValuesConstraintValidator | class | Drupal\Core\Validation\Plugin\Validation\Constraint | core/ |
Validates the AllowedValues constraint. | ||||
AllowedValuesConstraintValidatorTest | class | Drupal\KernelTests\Core\TypedData | core/ |
Tests AllowedValues validation constraint with both valid and invalid values. | ||||
AllowListConfigStorage | final class | Drupal\Core\Recipe | core/ |
A read-only storage wrapper that only allows access to certain config names. | ||||
AllowToolbarPath | class | Drupal\toolbar\PageCache | core/ |
Cache policy for the toolbar page cache service. | 1 | 2 | ||
AllowToolbarPathTest | class | Drupal\Tests\toolbar\Unit\PageCache | core/ |
@coversDefaultClass \Drupal\toolbar\PageCache\AllowToolbarPath @group toolbar | ||||
AlreadyInstalledException | class | Drupal\Core\Installer\Exception | core/ |
Exception thrown if Drupal is installed already. | 1 | |||
AlterableInterface | interface | Drupal\Core\Database\Query | core/ |
Interface for a query that can be manipulated via an alter hook. | 2 | 14 | ||
AlterContentMiddleware | final class | Drupal\http_middleware_test\StackMiddleware | core/ |
Alters the response before content length is calculated. | 2 | |||
AlterTest | class | Drupal\Tests\system\Functional\Form | core/ |
Tests hook_form_alter() and hook_form_FORM_ID_alter(). | ||||
AlterTest | class | Drupal\Tests\system\Kernel\Common | core/ |
Tests alteration of arguments passed to \Drupal::moduleHandler->alter(). | ||||
AlterTest | class | Drupal\KernelTests\Core\Database | core/ |
Tests the hook_query_alter capabilities of the Select builder. | ||||
AlwaysAddsAccessPolicy | class | Drupal\Tests\Core\Session | core/ |
|||||
AlwaysAltersAccessPolicy | class | Drupal\Tests\Core\Session | core/ |
|||||
AmbiguousBundleClassException | class | Drupal\Core\Entity\Exception | core/ |
Exception thrown if a bundle class is defined for multiple bundles. | 3 | |||
AmbiguousEntityClassException | class | Drupal\Core\Entity\Exception | core/ |
Exception thrown if multiple entity types exist for an entity class. | 1 | 2 | ||
Analyze | class | Drupal\views_ui\Form\Ajax | core/ |
Displays analysis information for a view. | ||||
Analyzer | class | Drupal\views | core/ |
View analyzer plugin manager. | 3 | 2 | ||
AnalyzeTest | class | Drupal\Tests\views_ui\Functional | core/ |
Tests the views analyze system. | ||||
AnnotatedClassDiscovery | class | Drupal\Core\Plugin\Discovery | core/ |
Defines a discovery mechanism to find annotated plugins in PSR-4 namespaces. | 1 | 8 | ||
AnnotatedClassDiscovery | class | Drupal\Component\Annotation\Plugin\Discovery | core/ |
Defines a discovery mechanism to find annotated plugins in PSR-4 namespaces. | 1 | 4 | ||
AnnotatedClassDiscoveryAutomatedProviders | class | Drupal\migrate\Plugin\Discovery | core/ |
Determines providers based on a class's and its parent's namespaces. | 1 | |||
AnnotatedClassDiscoveryCachedTest | class | Drupal\Tests\Component\Annotation | core/ |
@coversDefaultClass \Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery @group Annotation @runTestsInSeparateProcesses | ||||
AnnotatedClassDiscoveryTest | class | Drupal\Tests\Component\Annotation | core/ |
@coversDefaultClass \Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery @group Annotation @runTestsInSeparateProcesses | ||||
AnnotatedClassDiscoveryTest | class | Drupal\Tests\Component\Plugin\Discovery | core/ |
@coversDefaultClass \Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery | ||||
AnnotatedClassDiscoveryTest | class | Drupal\KernelTests\Core\Plugin\Discovery | core/ |
Tests that plugins are correctly discovered using annotated classes. | ||||
AnnotationBase | abstract class | Drupal\Component\Annotation | core/ |
Provides a base class for classed annotations. | 5 | 4 | ||
AnnotationBaseStub | class | Drupal\Tests\Component\Annotation | core/ |
|||||
AnnotationBaseTest | class | Drupal\Tests\Component\Annotation | core/ |
@coversDefaultClass \Drupal\Component\Annotation\AnnotationBase @group Annotation | ||||
AnnotationBridgeDecorator | class | Drupal\Component\Annotation\Plugin\Discovery | core/ |
Ensures that all definitions are run through the annotation process. | 1 | |||
AnnotationBridgeDecoratorTest | class | Drupal\Tests\Component\Annotation\Plugin\Discovery | core/ |
@coversDefaultClass \Drupal\Component\Annotation\Plugin\Discovery\AnnotationBridgeDecorator @group Plugin | ||||
AnnotationEnum | final class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
Plugin annotation @Target("ALL"); | ||||
AnnotationEnumInvalid | final class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
Plugin annotation @Target("ALL"); | ||||
AnnotationEnumLiteral | final class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
Plugin annotation @Target("ALL"); | 1 | |||
AnnotationEnumLiteralInvalid | final class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures | core/ |
Plugin annotation @Target("ALL"); | ||||
AnnotationExtendsAnnotationTargetAll | class | Drupal\Tests\Component\Annotation\Doctrine | core/ |
|||||
AnnotationInterface | interface | Drupal\Component\Annotation | core/ |
Defines a common interface for classed annotations. | 3 | 5 |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.