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 |
|---|---|---|---|---|---|---|---|---|
| AssetResolverInterface | interface | Drupal\Core\Asset | core/ |
Resolves asset libraries into concrete CSS and JavaScript assets. | 1 | 4 | ||
| AssetResolverTest | class | Drupal\Tests\Core\Asset | core/ |
@coversDefaultClass \Drupal\Core\Asset\AssetResolver[[api-linebreak]] @group Asset | ||||
| AssignOwnerNode | class | Drupal\node\Plugin\Action | core/ |
Assigns ownership of a node to a user. | ||||
| AttachedAssets | class | Drupal\Core\Asset | core/ |
The default attached assets collection. | 10 | |||
| AttachedAssetsInterface | interface | Drupal\Core\Asset | core/ |
The attached assets collection for the current response. | 1 | 9 | ||
| AttachedAssetsTest | class | Drupal\KernelTests\Core\Asset | core/ |
Tests #attached assets: attached asset libraries and JavaScript settings. | ||||
| AttachedRenderingBlock | class | Drupal\render_attached_test\Plugin\Block | core/ |
A block we can use to test caching of #attached headers. | ||||
| Attachment | class | Drupal\views\Plugin\views\display | core/ |
The plugin that handles an attachment display. | ||||
| AttachmentsInterface | interface | Drupal\Core\Render | core/ |
Defines an interface for responses that can expose #attached metadata. | 5 | 11 | ||
| AttachmentsResponseProcessorInterface | interface | Drupal\Core\Render | core/ |
Defines an interface for processing attachments of responses that have them. | 2 | 5 | ||
| AttachmentsTestDomainObject | class | Drupal\early_rendering_controller_test | core/ |
|||||
| AttachmentsTestResponse | class | Drupal\early_rendering_controller_test | core/ |
|||||
| AttachmentsTrait | trait | Drupal\Core\Render | core/ |
Provides an implementation of AttachmentsInterface. | 3 | |||
| AttachmentTestFormatter | class | Drupal\views_test_formatter\Plugin\Field\FieldFormatter | core/ |
Plugin implementation of the 'number_unformatted_with_attachment' formatter. | ||||
| Attribute | class | Drupal\Core\Template | core/ |
Collects, sanitizes, and renders HTML attributes. | 1 | 37 | ||
| AttributeArray | class | Drupal\Core\Template | core/ |
A class that defines a type of Attribute that can be added to as an array. | 1 | |||
| AttributeBoolean | class | Drupal\Core\Template | core/ |
A class that defines a type of boolean HTML attribute. | ||||
| AttributeHelper | class | Drupal\Core\Template | core/ |
Helper class to deal with mixed array and Attribute operations. | 2 | |||
| AttributeHelperTest | class | Drupal\Tests\Core\Template | core/ |
@coversDefaultClass \Drupal\Core\Template\AttributeHelper[[api-linebreak]] @group Template | ||||
| AttributesTest | class | Drupal\Tests\Core\Common | core/ |
Tests the Drupal\Core\Template\Attribute functionality. | ||||
| AttributeString | class | Drupal\Core\Template | core/ |
A class that represents most standard HTML attributes. | 1 | |||
| AttributeTest | class | Drupal\Tests\Core\Template | core/ |
@coversDefaultClass \Drupal\Core\Template\Attribute[[api-linebreak]] @group Template | ||||
| AttributeValueBase | abstract class | Drupal\Core\Template | core/ |
Defines the base class for an attribute type. | 3 | |||
| AudioFile | class | Drupal\media\Plugin\media\Source | core/ |
Media source wrapping around an audio file. | ||||
| AuditException | class | Drupal\migrate\Audit | core/ |
Defines an exception to throw if an error occurs during a migration audit. | ||||
| AuditorInterface | interface | Drupal\migrate\Audit | core/ |
Defines an interface for migration auditors. | 1 | |||
| AuditResult | class | Drupal\migrate\Audit | core/ |
Encapsulates the result of a migration audit. | 4 | |||
| Auth | class | Drupal\early_translation_test | core/ |
Test authentication provider. | 2 | |||
| AuthenticationCollector | class | Drupal\Core\Authentication | core/ |
A collector class for authentication providers. | 2 | 2 | ||
| AuthenticationCollectorInterface | interface | Drupal\Core\Authentication | core/ |
Interface for collectors of registered authentication providers. | 1 | |||
| AuthenticationCollectorTest | class | Drupal\Tests\Core\Authentication | core/ |
@coversDefaultClass \Drupal\Core\Authentication\AuthenticationCollector[[api-linebreak]] @group Authentication | ||||
| AuthenticationManager | class | Drupal\Core\Authentication | core/ |
Manager for authentication. | 1 | 2 | ||
| AuthenticationManagerTest | class | Drupal\Tests\Core\Authentication | core/ |
@coversDefaultClass \Drupal\Core\Authentication\AuthenticationManager[[api-linebreak]] @group Authentication | ||||
| AuthenticationProviderChallengeInterface | interface | Drupal\Core\Authentication | core/ |
Generate a challenge when access is denied for unauthenticated users. | 2 | 2 | ||
| AuthenticationProviderFilterInterface | interface | Drupal\Core\Authentication | core/ |
Restrict authentication methods to a subset of the site. | 2 | 2 | ||
| AuthenticationProviderInterface | interface | Drupal\Core\Authentication | core/ |
Interface for authentication providers. | 8 | 8 | ||
| AuthenticationProviderPass | class | Drupal\Core\DependencyInjection\Compiler | core/ |
Registers the authentication_providers container parameter. | 2 | |||
| AuthenticationProviderPassTest | class | Drupal\Tests\Core\DependencyInjection\Compiler | core/ |
@coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\AuthenticationProviderPass[[api-linebreak]] @group DependencyInjection | ||||
| AuthenticationSubscriber | class | Drupal\Core\EventSubscriber | core/ |
Authentication subscriber. | 2 | |||
| AuthorFormatter | class | Drupal\user\Plugin\Field\FieldFormatter | core/ |
Plugin implementation of the 'author' formatter. | ||||
| AuthorNameFormatter | class | Drupal\comment\Plugin\Field\FieldFormatter | core/ |
Plugin implementation of the 'comment_username' formatter. | ||||
| AutocompleteController | class | Drupal\form_test | core/ |
Defines a controller class with methods for autocompletion. | ||||
| AutoIncrementingTestItem | class | Drupal\entity_test\Plugin\Field\FieldType | core/ |
Defines the 'field_method_invocation_order_test' entity field type. | ||||
| Autoload | class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation | core/ |
|||||
| AutomatedCron | class | Drupal\automated_cron\EventSubscriber | core/ |
A subscriber running cron after a response is sent. | 2 | |||
| AutowireTest | class | Drupal\KernelTests\Core\DependencyInjection | core/ |
Tests auto-wiring services. | ||||
| BackendChain | class | Drupal\Core\Cache | core/ |
Defines a chained cache implementation for combining multiple cache backends. | 2 | 4 | ||
| BackendChainImplementationUnitTest | class | Drupal\Tests\Core\Cache | core/ |
Unit test of backend chain implementation specifics. | ||||
| BackendChainTest | class | Drupal\KernelTests\Core\Cache | core/ |
Unit test of the backend chain using the generic cache unit test base. | ||||
| BackendCompilerPass | class | Drupal\Core\DependencyInjection\Compiler | core/ |
Defines a compiler pass to allow automatic override per backend. | 2 |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.