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 1519
Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
---|---|---|---|---|---|---|---|---|
EntityFieldManager | class | Drupal\Core\Entity | core/ |
Manages the discovery of entity fields. | 1 | 4 | 2 | |
EntityFieldManager | class | Drupal\Core\Entity | core/ |
Manages the discovery of entity fields. | 1 | 4 | 2 | |
EntityFieldManager | class | Drupal\Core\Entity | core/ |
Manages the discovery of entity fields. | 1 | 4 | 2 | |
EntityFieldManagerInterface | interface | Drupal\Core\Entity | core/ |
Provides an interface for an entity field manager. | 1 | 89 | ||
EntityFieldManagerInterface | interface | Drupal\Core\Entity | core/ |
Provides an interface for an entity field manager. | 1 | 89 | ||
EntityFieldManagerInterface | interface | Drupal\Core\Entity | core/ |
Provides an interface for an entity field manager. | 1 | 89 | ||
EntityFieldManagerInterface | interface | Drupal\Core\Entity | core/ |
Provides an interface for an entity field manager. | 1 | 89 | ||
EntityFieldManagerTest | class | Drupal\Tests\Core\Entity | core/ |
Tests Drupal\Core\Entity\EntityFieldManager. | ||||
EntityFieldRenderer | class | Drupal\views\Entity\Render | core/ |
Renders entity fields. | 1 | |||
EntityFieldRenderer | class | Drupal\views\Entity\Render | core/ |
Renders entity fields. | 1 | |||
EntityFieldStorageConfig | class | Drupal\migrate\Plugin\migrate\destination | core/ |
Provides destination plugin for field_storage_config configuration entities. | ||||
EntityFieldTest | class | Drupal\KernelTests\Core\Entity | core/ |
Tests the Entity Field API. | ||||
EntityFile | class | Drupal\file\Plugin\migrate\destination | core/ |
Provides migrate destination plugin for File entities. | ||||
EntityFilteringThemeTest | class | Drupal\Tests\system\Functional\Theme | core/ |
Tests XSS filtering for themed output for each entity type in all themes. | ||||
EntityForm | class | Drupal\Core\Entity | core/ |
Base class for entity forms. | 29 | 28 | ||
EntityForm | class | Drupal\Core\Entity | core/ |
Base class for entity forms. | 29 | 28 | ||
EntityForm | class | Drupal\Core\Entity | core/ |
Base class for entity forms. | 29 | 28 | ||
EntityForm | class | Drupal\Core\Entity | core/ |
Base class for entity forms. | 29 | 28 | ||
EntityFormBuilder | class | Drupal\Core\Entity | core/ |
Builds entity forms. | 1 | 2 | ||
EntityFormBuilder | class | Drupal\Core\Entity | core/ |
Builds entity forms. | 1 | 2 | ||
EntityFormBuilder | class | Drupal\Core\Entity | core/ |
Builds entity forms. | 1 | 2 | ||
EntityFormBuilder | class | Drupal\Core\Entity | core/ |
Builds entity forms. | 1 | 2 | ||
EntityFormBuilderInterface | interface | Drupal\Core\Entity | core/ |
Builds entity forms. | 1 | 2 | ||
EntityFormBuilderInterface | interface | Drupal\Core\Entity | core/ |
Builds entity forms. | 1 | 2 | ||
EntityFormBuilderInterface | interface | Drupal\Core\Entity | core/ |
Builds entity forms. | 1 | 2 | ||
EntityFormBuilderInterface | interface | Drupal\Core\Entity | core/ |
Builds entity forms. | 1 | 2 | ||
EntityFormBuilderTest | class | Drupal\Tests\Core\Entity | core/ |
Tests Drupal\Core\Entity\EntityFormBuilder. | ||||
EntityFormDisplay | class | Drupal\Core\Entity\Entity | core/ |
Configuration entity. | 1 | 56 | ||
EntityFormDisplay | class | Drupal\Core\Entity\Entity | core/ |
Configuration entity. | 1 | 56 | ||
EntityFormDisplay | class | Drupal\Core\Entity\Entity | core/ |
Configuration entity. | 1 | 56 | ||
EntityFormDisplay | class | Drupal\Core\Entity\Entity | core/ |
Configuration entity. | 1 | 56 | ||
EntityFormDisplayAccessControlHandler | class | Drupal\Core\Entity\Entity\Access | core/ |
Provides an entity access control handler for form displays. | 2 | |||
EntityFormDisplayAccessControlHandler | class | Drupal\Core\Entity\Entity\Access | core/ |
Provides an entity access control handler for form displays. | 2 | |||
EntityFormDisplayAccessControlHandlerTest | class | Drupal\Tests\Core\Entity\Access | core/ |
Tests Drupal\Core\Entity\Entity\Access\EntityFormDisplayAccessControlHandler. | 1 | |||
EntityFormDisplayAccessControlHandlerTest | class | Drupal\Tests\Core\Entity\Access | core/ |
Tests Drupal\Core\Entity\Entity\Access\EntityFormDisplayAccessControlHandler. | 1 | |||
EntityFormDisplayEditForm | class | Drupal\field_ui\Form | core/ |
Edit form for the EntityFormDisplay entity type. | 1 | 1 | ||
EntityFormDisplayEditForm | class | Drupal\field_ui\Form | core/ |
Edit form for the EntityFormDisplay entity type. | 1 | 1 | ||
EntityFormDisplayEditForm | class | Drupal\field_ui\Form | core/ |
Edit form for the EntityFormDisplay entity type. | 1 | 1 | ||
EntityFormDisplayEditForm | class | Drupal\field_ui\Form | core/ |
Edit form for the EntityFormDisplay entity type. | 1 | 1 | ||
EntityFormDisplayInterface | interface | Drupal\Core\Entity\Display | core/ |
Provides a common interface for entity form displays. | 1 | 14 | ||
EntityFormDisplayInterface | interface | Drupal\Core\Entity\Display | core/ |
Provides a common interface for entity form displays. | 1 | 14 | ||
EntityFormDisplayInterface | interface | Drupal\Core\Entity\Display | core/ |
Provides a common interface for entity form displays. | 1 | 14 | ||
EntityFormDisplayInterface | interface | Drupal\Core\Entity\Display | core/ |
Provides a common interface for entity form displays. | 1 | 14 | ||
EntityFormDisplayJsonAnonTest | class | Drupal\FunctionalTests\Rest | core/ |
Tests Entity Form Display Json Anon. | ||||
EntityFormDisplayJsonBasicAuthTest | class | Drupal\FunctionalTests\Rest | core/ |
Tests Entity Form Display Json Basic Auth. | ||||
EntityFormDisplayJsonCookieTest | class | Drupal\FunctionalTests\Rest | core/ |
Tests Entity Form Display Json Cookie. | ||||
EntityFormDisplayResourceTestBase | abstract class | Drupal\FunctionalTests\Rest | core/ |
Resource test base for the entity_form_display entity. | 6 | |||
EntityFormDisplayResourceTestBase | abstract class | Drupal\FunctionalTests\Rest | core/ |
Resource test base for the entity_form_display entity. | 6 | |||
EntityFormDisplayTest | class | Drupal\Tests\field_ui\Kernel | core/ |
Tests the entity display configuration entities. | ||||
EntityFormDisplayTest | class | Drupal\Tests\jsonapi\Functional | core/ |
JSON:API integration test for the "EntityFormDisplay" config entity type. |
Pagination
- Previous page
- Page 107
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.