Classes, traits, and interfaces - 8.9.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 1511
Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
---|---|---|---|---|---|---|---|---|
ContentEntityNullStorage | class | Drupal\Core\Entity | core/ |
Defines a null entity storage. | 1 | 5 | ||
ContentEntityNullStorageTest | class | Drupal\KernelTests\Core\Entity | core/ |
Tests ContentEntityNullStorage entity query support. | ||||
ContentEntityStorageBase | abstract class | Drupal\Core\Entity | core/ |
Base class for content entity storage handlers. | 2 | 1 | ||
ContentEntityStorageBaseTest | class | Drupal\KernelTests\Core\Entity | core/ |
@coversDefaultClass \Drupal\Core\Entity\ContentEntityStorageBase | ||||
ContentEntityStorageInterface | interface | Drupal\Core\Entity | core/ |
A storage that supports content entity types. | 10 | 15 | ||
ContentEntityTest | class | Drupal\Tests\migrate_drupal\Kernel\Plugin\migrate\source | core/ |
Tests the entity content source plugin. | ||||
ContentEntityType | class | Drupal\Core\Entity | core/ |
Provides an implementation of a content entity type and its metadata. | 2 | 6 | ||
ContentEntityType | class | Drupal\Core\Entity\Annotation | core/ |
Defines a content entity type annotation object. | ||||
ContentEntityTypeInterface | interface | Drupal\Core\Entity | core/ |
Provides an interface for a content entity type and its metadata. | 1 | 26 | ||
ContentLanguageSettings | class | Drupal\language\Entity | core/ |
Defines the ContentLanguageSettings entity. | 32 | |||
ContentLanguageSettingsException | class | Drupal\language | core/ |
Exception thrown by ContentLanguageSettings when target bundle is not set. | 1 | |||
ContentLanguageSettingsForm | class | Drupal\language\Form | core/ |
Configure the content language settings for this site. | 1 | |||
ContentLanguageSettingsHalJsonAnonTest | class | Drupal\Tests\language\Functional\Hal | core/ |
@group hal | ||||
ContentLanguageSettingsHalJsonBasicAuthTest | class | Drupal\Tests\language\Functional\Hal | core/ |
@group hal | ||||
ContentLanguageSettingsHalJsonCookieTest | class | Drupal\Tests\language\Functional\Hal | core/ |
@group hal | ||||
ContentLanguageSettingsInterface | interface | Drupal\language | core/ |
Provides an interface defining language settings for content entities. | 1 | 2 | ||
ContentLanguageSettingsJsonAnonTest | class | Drupal\Tests\language\Functional\Rest | core/ |
@group rest | ||||
ContentLanguageSettingsJsonBasicAuthTest | class | Drupal\Tests\language\Functional\Rest | core/ |
@group rest | ||||
ContentLanguageSettingsJsonCookieTest | class | Drupal\Tests\language\Functional\Rest | core/ |
@group rest | ||||
ContentLanguageSettingsResourceTestBase | abstract class | Drupal\Tests\language\Functional\Rest | core/ |
10 | 4 | |||
ContentLanguageSettingsResourceTestBase | in drupal:8.6.0 and is removed from drupal:9.0.0. Use Drupal\Tests\language\Functional\Rest\ContentLanguageSettingsResourceTestBase instead. |
abstract class | Drupal\Tests\rest\Functional\EntityResource\ContentLanguageSettings | core/ |
||||
ContentLanguageSettingsTest | class | Drupal\Tests\jsonapi\Functional | core/ |
JSON:API integration test for "ContentLanguageSettings" config entity type. | ||||
ContentLanguageSettingsUnitTest | class | Drupal\Tests\language\Unit | core/ |
@coversDefaultClass \Drupal\language\Entity\ContentLanguageSettings @group language | ||||
ContentLanguageSettingsXmlAnonTest | class | Drupal\Tests\language\Functional\Rest | core/ |
@group rest | ||||
ContentLanguageSettingsXmlBasicAuthTest | class | Drupal\Tests\language\Functional\Rest | core/ |
@group rest | ||||
ContentLanguageSettingsXmlCookieTest | class | Drupal\Tests\language\Functional\Rest | core/ |
@group rest | ||||
ContentModeration | class | Drupal\content_moderation\Plugin\WorkflowType | core/ |
Attaches workflows to content entity types and their bundles. | ||||
ContentModerationAccessTest | class | Drupal\Tests\content_moderation\Kernel | core/ |
Tests content moderation access. | ||||
ContentModerationAdminPathEntityConverterLanguageTest | class | Drupal\Tests\content_moderation\Functional | core/ |
Test administration path based entity conversion when moderation enabled. | ||||
ContentModerationConfigureEntityTypesForm | class | Drupal\content_moderation\Form | core/ |
The form for editing entity types associated with a workflow. | 1 | |||
ContentModerationConfigureForm | class | Drupal\content_moderation\Form | core/ |
The content moderation WorkflowType configuration form. | ||||
ContentModerationInterface | interface | Drupal\content_moderation\Plugin\WorkflowType | core/ |
Interface for ContentModeration WorkflowType plugin. | 1 | |||
ContentModerationPermissionsTest | class | Drupal\Tests\content_moderation\Kernel | core/ |
Test to ensure content moderation permissions are generated correctly. | ||||
ContentModerationRouteSubscriber | class | Drupal\content_moderation\Routing | core/ |
Subscriber for moderated revisionable entity forms. | 1 | 2 | ||
ContentModerationRouteSubscriberTest | class | Drupal\Tests\content_moderation\Unit | core/ |
@coversDefaultClass \Drupal\content_moderation\Routing\ContentModerationRouteSubscriber | ||||
ContentModerationState | class | Drupal\content_moderation | core/ |
A value object representing a workflow state for content moderation. | 2 | |||
ContentModerationState | class | Drupal\content_moderation\Entity | core/ |
Defines the Content moderation state entity. | 4 | |||
ContentModerationStateAccessControlHandler | class | Drupal\content_moderation | core/ |
The access control handler for the content_moderation_state entity type. | ||||
ContentModerationStateAccessControlHandlerTest | class | Drupal\Tests\content_moderation\Kernel | core/ |
@coversDefaultClass \Drupal\content_moderation\ContentModerationStateAccessControlHandler @group content_moderation | ||||
ContentModerationStateForm | class | Drupal\content_moderation\Form | core/ |
The content moderation state form. | ||||
ContentModerationStateFormatter | class | Drupal\content_moderation\Plugin\Field\FieldFormatter | core/ |
Plugin implementation of the 'content_moderation_state' formatter. | ||||
ContentModerationStateInterface | interface | Drupal\content_moderation\Entity | core/ |
An interface for Content moderation state entity. | 1 | 1 | ||
ContentModerationStateResourceTest | class | Drupal\Tests\content_moderation\Kernel | core/ |
@group content_moderation | ||||
ContentModerationStateStorageSchema | class | Drupal\content_moderation | core/ |
Defines the content moderation state schema handler. | ||||
ContentModerationStateStorageSchemaTest | class | Drupal\Tests\content_moderation\Kernel | core/ |
Test the ContentModerationState storage schema. | ||||
ContentModerationStateTest | class | Drupal\Tests\content_moderation\Kernel | core/ |
Tests links between a content entity and a content_moderation_state entity. | 1 | |||
ContentModerationSyncingTest | class | Drupal\Tests\content_moderation\Kernel | core/ |
Test content moderation when an entity is marked as 'syncing'. | ||||
ContentModerationTest | class | Drupal\Tests\media_library\FunctionalJavascript | core/ |
Tests media library integration with content moderation. | ||||
ContentModerationTestTrait | trait | Drupal\Tests\content_moderation\Traits | core/ |
Trait ContentModerationTestTraint. | 37 | |||
ContentModerationUpdateTest | class | Drupal\Tests\content_moderation\Functional\Update | core/ |
Tests that content moderation settings are updated during database updates. |
Pagination
- Previous page
- Page 33
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.