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 |
---|---|---|---|---|---|---|---|---|
EntityTestMul | class | Drupal\entity_test\Entity | core/ |
Defines the test entity class. | 3 | 11 | ||
EntityTestMulBundle | class | Drupal\entity_test\Entity | core/ |
Defines the Test entity mul bundle configuration entity. | 1 | |||
EntityTestMulChanged | class | Drupal\entity_test\Entity | core/ |
Defines the test entity class. | 1 | 3 | ||
EntityTestMulDefaultValue | class | Drupal\entity_test\Entity | core/ |
Defines the test entity class. | ||||
EntityTestMulLangcodeKey | class | Drupal\entity_test\Entity | core/ |
Defines a test entity class using a custom langcode entity key. | ||||
EntityTestMulRev | class | Drupal\entity_test\Entity | core/ |
Defines the test entity class. | 1 | 18 | ||
EntityTestMulRevChanged | class | Drupal\entity_test\Entity | core/ |
Defines the test entity class. | 1 | 1 | ||
EntityTestMulRevChangedWithRevisionLog | class | Drupal\entity_test\Entity | core/ |
Defines the test entity class. | ||||
EntityTestMulRevPub | class | Drupal\entity_test\Entity | core/ |
Defines the test entity class. | 8 | |||
EntityTestMultiValueBasefield | class | Drupal\entity_test\Entity | core/ |
Defines an entity type with a multivalue base field. | 1 | |||
EntityTestMulWithBundle | class | Drupal\entity_test\Entity | core/ |
Defines the multilingual test entity class with bundles. | ||||
EntityTestMulWithRevisionLog | class | Drupal\entity_test_revlog\Entity | core/ |
Defines the test entity class. | 1 | |||
EntityTestMulWithRevisionLogPub | class | Drupal\entity_test_revlog\Entity | core/ |
Defines the test entity class. | ||||
EntityTestNew | class | Drupal\entity_test\Entity | core/ |
Defines the test entity class for testing definition addition. | ||||
EntityTestNoBundle | class | Drupal\entity_test\Entity | core/ |
Test entity class with no bundle. | 1 | |||
EntityTestNoBundleWithLabel | class | Drupal\entity_test\Entity | core/ |
Test entity class with no bundle but with label. | ||||
EntityTestNoId | class | Drupal\entity_test\Entity | core/ |
Test entity class. | ||||
EntityTestNoLabel | class | Drupal\entity_test\Entity | core/ |
Test entity class. | 1 | 2 | ||
EntityTestNoLoadStorage | class | Drupal\entity_test | core/ |
Test storage class used to verify that no load operation is triggered. | ||||
EntityTestNoUuid | class | Drupal\entity_test\Entity | core/ |
Test entity class with revisions but without UUIDs. | 1 | |||
EntityTestPermissions | class | Drupal\entity_test | core/ |
Provides dynamic permissions for entity test. | ||||
EntityTestReferenceCustomCacheTagFormatter | class | Drupal\entity_test\Plugin\Field\FieldFormatter | core/ |
Plugin implementation of the 'entity_reference_custom_cache_tag' formatter. | ||||
EntityTestResourceTestBase | abstract class | Drupal\Tests\entity_test\Functional\Rest | core/ |
13 | 4 | |||
EntityTestRev | class | Drupal\entity_test\Entity | core/ |
Defines the test entity class. | 2 | 14 | ||
EntityTestRevisionTest | class | Drupal\Tests\views\Functional\Wizard | core/ |
Tests wizard for generic revisionable entities. | ||||
EntityTestRevPub | class | Drupal\entity_test\Entity | core/ |
Defines the test entity class. | ||||
EntityTestRoutes | class | Drupal\entity_test\Routing | core/ |
Subscriber for Entity Test routes. | ||||
EntityTestStringId | class | Drupal\entity_test\Entity | core/ |
Defines a test entity class with a string ID. | 5 | |||
EntityTestTest | class | Drupal\Tests\jsonapi\Functional | core/ |
JSON:API integration test for the "EntityTest" content entity type. | ||||
EntityTestTextItemNormalizerTest | class | Drupal\Tests\entity_test\Functional\Rest | core/ |
@group rest | ||||
EntityTestTranslatableNoUISkip | class | Drupal\content_translation_test\Entity | core/ |
Defines the test entity class. | 1 | |||
EntityTestTranslatableUISkip | class | Drupal\content_translation_test\Entity | core/ |
Defines the test entity class. | 1 | |||
EntityTestUpdate | class | Drupal\entity_test_update\Entity | core/ |
Defines the test entity class for testing definition and schema updates. | 2 | |||
EntityTestUpdateStorage | class | Drupal\entity_test_update | core/ |
Helper class for entity update testing. | ||||
EntityTestUpdateStorageSchema | class | Drupal\entity_test_update | core/ |
Defines the entity_test_update storage_schema handler. | ||||
EntityTestUserClass | class | Drupal\entity_test_bundle_class\Entity | core/ |
A custom bundle class for the User entity. | 2 | |||
EntityTestVariant | class | Drupal\entity_test_bundle_class\Entity | core/ |
Defines a custom class to use for EntityTest. | 2 | |||
EntityTestViewBuilder | class | Drupal\entity_test | core/ |
Defines an entity view builder for a test entity. | 1 | |||
EntityTestViewBuilder | class | Drupal\entity_test\Entity | core/ |
Test entity class for testing a view builder. | ||||
EntityTestViewBuilderOverriddenView | class | Drupal\entity_test | core/ |
Provides a view builder that overrides ::view() and ::viewMultiple(). | ||||
EntityTestViewGrantsCacheContext | class | Drupal\entity_test\Cache | core/ |
Defines the entity_test view grants cache context service. | 2 | |||
EntityTestViewsData | class | Drupal\entity_test | core/ |
Provides a view to override views data for test entity types. | ||||
EntityTestViewsFieldAccessTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests base field access in Views for the entity_test entity. | ||||
EntityTestWithBundle | class | Drupal\entity_test\Entity | core/ |
Defines the Test entity with bundle entity class. | 6 | |||
EntityTestWithRevisionLog | class | Drupal\entity_test_revlog\Entity | core/ |
Defines the test entity class. | 2 | |||
EntityTestXmlAnonTest | class | Drupal\Tests\entity_test\Functional\Rest | core/ |
@group rest | ||||
EntityTestXmlBasicAuthTest | class | Drupal\Tests\entity_test\Functional\Rest | core/ |
@group rest | ||||
EntityTestXmlCookieTest | class | Drupal\Tests\entity_test\Functional\Rest | core/ |
@group rest | ||||
EntityTranslationFormTest | class | Drupal\Tests\system\Functional\Entity | core/ |
Tests entity translation form. | ||||
EntityTranslationNormalizeTest | class | Drupal\Tests\hal\Kernel | core/ |
Tests that translated nodes are correctly (de-)normalized. |
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.