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 |
---|---|---|---|---|---|---|---|---|
EmbeddedForm | class | Drupal\field_layout_test\Form | core/ |
Provides the EmbeddedForm class. | 1 | |||
EmbeddedFormWidgetTest | class | Drupal\Tests\media_library\FunctionalJavascript | core/ |
Tests media widget nested inside another widget. | ||||
EmphasisTest | class | Drupal\Tests\ckeditor5\FunctionalJavascript | core/ |
Tests emphasis in CKEditor 5. | ||||
EmptyAccessPolicy | class | Drupal\Tests\Core\Session | core/ |
|||||
EmptyBlockForm | class | Drupal\block_test\PluginForm | core/ |
Provides a form for a block that is empty. | 2 | |||
EmptyHelpSection | class | Drupal\help_page_test\Plugin\HelpSection | core/ |
Provides an empty section for the help page, for testing. | ||||
EmptySource | class | Drupal\migrate\Plugin\migrate\source | core/ |
Source returning a row based on the constants provided. | 1 | 1 | ||
EmptySource | class | Drupal\migrate_drupal\Plugin\migrate\source | core/ |
Source returning an empty row with Drupal specific config dependencies. | ||||
EnabledConfigurablePluginsConstraint | class | Drupal\ckeditor5\Plugin\Validation\Constraint | core/ |
The CKEditor 5 plugin settings. | ||||
EnabledConfigurablePluginsConstraintValidator | class | Drupal\ckeditor5\Plugin\Validation\Constraint | core/ |
Enabled configurable plugin settings validator. | ||||
EnableLayoutBuilderTrait | trait | Drupal\Tests\layout_builder\Traits | core/ |
Test trait to enable or disable Layout Builder on an entity view display. | 5 | |||
EndOfTransactionQueriesTest | class | Drupal\KernelTests\Core\Cache | core/ |
Tests delaying of cache tag invalidation queries to the end of transactions. | ||||
Endpoint | class | Drupal\media\OEmbed | core/ |
Value object for oEmbed provider endpoints. | 1 | |||
EndpointTest | class | Drupal\Tests\media\Unit | core/ |
@coversDefaultClass \Drupal\media\OEmbed\Endpoint[[api-linebreak]] | ||||
EnforcedFormResponseSubscriber | class | Drupal\Core\EventSubscriber | core/ |
Handle the EnforcedResponseException and deliver an EnforcedResponse. | 2 | |||
EnforcedResponse | class | Drupal\Core\Form | core/ |
A wrapper containing a response which is to be enforced upon delivery. | 1 | |||
EnforcedResponseException | class | Drupal\Core\Form | core/ |
Custom exception to break out of the main request and enforce a response. | 6 | |||
EngineNyanCatTest | class | Drupal\Tests\system\Functional\Theme | core/ |
Tests the multi theme engine support. | ||||
EngineTwigTest | class | Drupal\Tests\system\Functional\Theme | core/ |
Tests Twig-specific theme functionality. | ||||
EnhancerInterface | interface | Drupal\Core\Routing | core/ |
A route enhance service to determine route enhance rules. | 8 | 9 | ||
EnterProfileNode | class | Drupal\sdc_other_node_visitor\Twig\Profiler | core/ |
Represents a profile enter node. | 2 | |||
EnterProfileNode | class | Drupal\sdc_other_node_visitor\Twig\Profiler | core/ |
Represents a profile enter node. | 2 | |||
Entity | class | Drupal\views\Plugin\views\argument_validator | core/ |
Defines an argument validator plugin for each entity type. | 2 | 3 | ||
Entity | class | Drupal\views\Plugin\views\area | core/ |
Provides an area handler which renders an entity in a certain view mode. | 1 | |||
Entity | abstract class | Drupal\migrate\Plugin\migrate\destination | core/ |
Provides a generic destination to import entities. | 2 | |||
Entity | class | Drupal\Tests\Component\Annotation\Doctrine\Ticket | core/ |
|||||
Entity | class | core/ |
This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7. | |||||
EntityAccess | class | Drupal\workspaces | core/ |
Service wrapper for hooks relating to entity access control. | 1 | |||
EntityAccessCheck | class | Drupal\Core\Entity | core/ |
Provides a generic access checker for entities. | 1 | 2 | ||
EntityAccessChecker | class | Drupal\jsonapi\Access | core/ |
Checks access to entities. | 2 | 2 | ||
EntityAccessCheckTest | class | Drupal\Tests\Core\Entity | core/ |
Unit test of entity access checking system. | ||||
EntityAccessControlHandler | class | Drupal\Core\Entity | core/ |
Defines a default implementation for entity access control handler. | 36 | 37 | ||
EntityAccessControlHandlerInterface | interface | Drupal\Core\Entity | core/ |
Defines an interface for entity access control handlers. | 2 | 2 | ||
EntityAccessControlHandlerTest | class | Drupal\KernelTests\Core\Entity | core/ |
Tests the entity access control handler. | ||||
EntityAccessDeniedHttpException | class | Drupal\jsonapi\Exception | core/ |
Enhances the access denied exception with information about the entity. | 8 | |||
EntityAccessDeniedHttpExceptionNormalizer | class | Drupal\jsonapi\Normalizer | core/ |
Normalizes an EntityAccessDeniedException. | 2 | |||
EntityActionBase | abstract class | Drupal\Core\Action\Plugin\Action | core/ |
Base class for entity-based actions. | 4 | |||
EntityActionDeriverBase | abstract class | Drupal\Core\Action\Plugin\Action\Derivative | core/ |
Provides a base action for each entity type with specific interfaces. | 3 | |||
EntityAdapter | class | Drupal\Core\Entity\Plugin\DataType | core/ |
Defines the "entity" data type. | 1 | 10 | ||
EntityAdapterUnitTest | class | Drupal\Tests\Core\Entity\TypedData | core/ |
@coversDefaultClass \Drupal\Core\Entity\Plugin\DataType\EntityAdapter[[api-linebreak]] @group Entity @group TypedData | ||||
EntityAddUITest | class | Drupal\Tests\system\Functional\Entity | core/ |
Tests the /add and /add/{type} controllers. | ||||
EntityAliasTest | class | Drupal\Tests\path_alias\Kernel | core/ |
Tests path alias on entities. | ||||
EntityApiTest | class | Drupal\KernelTests\Core\Entity | core/ |
Tests basic CRUD functionality. | ||||
EntityArgument | class | Drupal\views\Plugin\views\argument | core/ |
Argument handler to accept an entity ID value. | 5 | 5 | ||
EntityArgumentTest | class | Drupal\Tests\views\Functional\Plugin | core/ |
Tests the handler of the view: entity target argument. | ||||
EntityArgumentUpdateTest | class | Drupal\Tests\views\Functional\Update | core/ |
Tests the upgrade path for converting numeric arguments to entity_target_id. | ||||
EntityAutocomplete | class | Drupal\Core\Entity\Element | core/ |
Provides an entity autocomplete form element. | 4 | |||
EntityAutocompleteController | class | Drupal\system\Controller | core/ |
Defines a route controller for entity autocomplete form elements. | 1 | |||
EntityAutocompleteElementFormTest | class | Drupal\KernelTests\Core\Entity\Element | core/ |
Tests the EntityAutocomplete Form API element. | ||||
EntityAutocompleteMatcher | class | Drupal\Core\Entity | core/ |
Matcher class to get autocompletion results for entity reference. | 2 |
Pagination
- Previous page
- Page 54
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.