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 |
|---|---|---|---|---|---|---|---|---|
| EntityOperations | class | Drupal\workspaces | core/ |
Defines a class for reacting to entity events. | 1 | |||
| EntityOperationsTest | class | Drupal\Tests\content_moderation\Kernel | core/ |
@coversDefaultClass \Drupal\content_moderation\EntityOperations[[api-linebreak]] | ||||
| EntityOperationsTest | class | Drupal\Tests\system\Functional\Entity | core/ |
Tests that operations can be injected from the hook. | ||||
| EntityOperationsUnitTest | class | Drupal\Tests\views\Unit\Plugin\views\field | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\field\EntityOperations[[api-linebreak]] @group Views | ||||
| EntityOwnerInterface | interface | Drupal\user | core/ |
Defines a common interface for entities that have an owner. | 7 | 16 | ||
| EntityOwnerTrait | trait | Drupal\user | core/ |
Provides a trait for entities that have an owner. | 6 | |||
| EntityPermissionsForm | class | Drupal\user\Form | core/ |
Provides the permissions administration form for a bundle. | 1 | |||
| EntityPermissionsFormTest | class | Drupal\Tests\user\Unit\Form | core/ |
Tests the permissions administration form for a bundle. | ||||
| EntityPermissionsRouteProvider | class | Drupal\user\Entity | core/ |
Provides routes for the entity permissions form. | 1 | |||
| EntityPermissionsRouteProviderWithCheck | class | Drupal\user\Entity | core/ |
Provides routes for the entity permissions form with a custom access check. | ||||
| EntityPublishedActionDeriver | class | Drupal\Core\Action\Plugin\Action\Derivative | core/ |
Provides an action deriver that finds publishable entity types. | 1 | |||
| EntityPublishedInterface | interface | Drupal\Core\Entity | core/ |
Provides an interface for access to an entity's published state. | 11 | 24 | ||
| EntityPublishedTrait | trait | Drupal\Core\Entity | core/ |
Provides a trait for published status. | 5 | |||
| EntityQueryAccessTest | class | Drupal\Tests\views\Functional\Entity | core/ |
Tests that Views respects 'ENTITY_TYPE_access' query tags. | ||||
| EntityQueryAggregateTest | class | Drupal\KernelTests\Core\Entity | core/ |
Tests the Entity Query Aggregation API. | ||||
| EntityQueryRelationshipTest | class | Drupal\KernelTests\Core\Entity | core/ |
Tests the Entity Query relationship API. | ||||
| EntityQueryTest | class | Drupal\KernelTests\Core\Entity | core/ |
Tests Entity Query functionality. | ||||
| EntityReference | class | Drupal\Core\Entity\Plugin\DataType | core/ |
Defines an 'entity_reference' data type. | 1 | |||
| EntityReference | class | Drupal\views\Plugin\views\row | core/ |
EntityReference row plugin. | ||||
| EntityReference | class | Drupal\views\Plugin\views\display | core/ |
The plugin that handles an EntityReference display. | ||||
| EntityReference | class | Drupal\views\Plugin\views\style | core/ |
EntityReference style plugin. | ||||
| EntityReference | class | Drupal\field\Plugin\migrate\field\d7 | core/ |
MigrateField plugin for Drupal 7 entity_reference fields. | ||||
| EntityReferenceAdminTest | class | Drupal\Tests\field\FunctionalJavascript\EntityReference | core/ |
Tests for the administrative UI. | ||||
| EntityReferenceAdminTest | class | Drupal\Tests\field\Functional\EntityReference | core/ |
Tests for the administrative UI. | ||||
| EntityReferenceAutocompleteTagsWidget | class | Drupal\Core\Field\Plugin\Field\FieldWidget | core/ |
Plugin implementation of the 'entity_reference_autocomplete_tags' widget. | ||||
| EntityReferenceAutocompleteWidget | class | Drupal\Core\Field\Plugin\Field\FieldWidget | core/ |
Plugin implementation of the 'entity_reference_autocomplete' widget. | 1 | |||
| EntityReferenceAutocompleteWidgetTest | class | Drupal\FunctionalJavascriptTests\EntityReference | core/ |
Tests the output of entity reference autocomplete widgets. | ||||
| EntityReferenceAutoCreateTest | class | Drupal\Tests\field\Functional\EntityReference | core/ |
Tests creating new entity (e.g. taxonomy-term) from an autocomplete widget. | ||||
| EntityReferenceEntityFormatter | class | Drupal\Core\Field\Plugin\Field\FieldFormatter | core/ |
Plugin implementation of the 'entity reference rendered entity' formatter. | 2 | |||
| EntityReferenceFieldAttributesTest | class | Drupal\Tests\rdf\Functional | core/ |
Tests RDFa markup generation for taxonomy term fields. | ||||
| EntityReferenceFieldCreationTest | class | Drupal\Tests\system\Functional\Entity | core/ |
Tests creating entity reference fields in the UI. | ||||
| EntityReferenceFieldDefaultValueTest | class | Drupal\Tests\field\Functional\EntityReference | core/ |
Tests entity reference field default values storage in CMI. | ||||
| EntityReferenceFieldItemList | class | Drupal\Core\Field | core/ |
Defines an item list class for entity reference fields. | 2 | 3 | ||
| EntityReferenceFieldItemListInterface | interface | Drupal\Core\Field | core/ |
Interface for entity reference lists of field items. | 1 | 8 | ||
| EntityReferenceFieldItemNormalizer | class | Drupal\serialization\Normalizer | core/ |
Adds the file URI to embedded file entities. | 1 | 2 | ||
| EntityReferenceFieldItemNormalizerTest | class | Drupal\Tests\serialization\Unit\Normalizer | core/ |
@coversDefaultClass \Drupal\serialization\Normalizer\EntityReferenceFieldItemNormalizer[[api-linebreak]] @group serialization | ||||
| EntityReferenceFieldItemNormalizerTrait | trait | Drupal\serialization\Normalizer | core/ |
Converts empty reference values for entity reference items. | 1 | |||
| EntityReferenceFieldNormalizer | class | Drupal\jsonapi\Normalizer | core/ |
Normalizer class specific for entity reference field objects. | ||||
| EntityReferenceFieldTest | class | Drupal\KernelTests\Core\Entity | core/ |
Tests for the entity reference field. | ||||
| EntityReferenceFieldTranslatedReferenceViewTest | class | Drupal\Tests\field\Functional\EntityReference | core/ |
Tests the translation of entity reference field display on nodes. | ||||
| EntityReferenceFileUploadTest | class | Drupal\Tests\field\Functional\EntityReference | core/ |
Tests an autocomplete widget with file upload. | ||||
| EntityReferenceFormatterBase | abstract class | Drupal\Core\Field\Plugin\Field\FieldFormatter | core/ |
Parent plugin for entity reference formatters. | 7 | 4 | ||
| EntityReferenceFormatterTest | class | Drupal\Tests\field\Kernel\EntityReference | core/ |
Tests the formatters functionality. | ||||
| EntityReferenceIdFormatter | class | Drupal\Core\Field\Plugin\Field\FieldFormatter | core/ |
Plugin implementation of the 'entity reference ID' formatter. | ||||
| EntityReferenceIntegrationTest | class | Drupal\Tests\field\Functional\EntityReference | core/ |
Tests various Entity reference UI components. | ||||
| EntityReferenceItem | class | Drupal\Core\Field\Plugin\Field\FieldType | core/ |
Defines the 'entity_reference' entity field type. | 2 | 16 | ||
| EntityReferenceItemNormalizer | class | Drupal\hal\Normalizer | core/ |
Converts the Drupal entity reference item object to HAL array structure. | 2 | |||
| EntityReferenceItemSubclass | class | Drupal\media_library_test\Plugin\Field\FieldType | core/ |
Plugin implementation of the 'entity_reference_subclass' field type. | ||||
| EntityReferenceItemTest | class | Drupal\Tests\field\Kernel\EntityReference | core/ |
Tests the new entity API for the entity reference field type. | ||||
| EntityReferenceLabelFormatter | class | Drupal\Core\Field\Plugin\Field\FieldFormatter | core/ |
Plugin implementation of the 'entity reference label' formatter. |
Pagination
- Previous page
- Page 55
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.