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 |
---|---|---|---|---|---|---|---|---|
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. | ||||
ContentModerationResaveTest | class | Drupal\Tests\content_moderation\Kernel | core/ |
Tests Content Moderation with entities that get re-saved automatically. | ||||
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. | 5 | |||
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/ |
Provides functionality for testing content moderation. | 37 | |||
ContentModerationWorkflowConfigTest | class | Drupal\Tests\content_moderation\Kernel | core/ |
Tests how Content Moderation handles workflow config changes. | ||||
ContentModerationWorkflowTypeApiTest | class | Drupal\Tests\content_moderation\Kernel | core/ |
Tests the API of the ContentModeration workflow type plugin. | ||||
ContentModerationWorkflowTypeTest | class | Drupal\Tests\content_moderation\Functional | core/ |
Test the workflow type plugin in the content_moderation module. | ||||
ContentNegotiationRoutingTest | class | Drupal\KernelTests\Core\Routing | core/ |
Tests content negotiation routing variations. | ||||
ContentNegotiationTest | class | Drupal\Tests\system\Functional\DrupalKernel | core/ |
Tests content negotiation. | ||||
ContentPreprocess | class | Drupal\content_moderation | core/ |
Determines whether a route is the "Latest version" tab of a node. | 2 | |||
ContentPreprocessTest | class | Drupal\Tests\content_moderation\Unit | core/ |
@coversDefaultClass \Drupal\content_moderation\ContentPreprocess | ||||
ContentPreviewToggleTest | class | Drupal\Tests\layout_builder\FunctionalJavascript | core/ |
Tests toggling of content preview. | ||||
ContentTestTranslationUITest | class | Drupal\Tests\content_translation\Functional | core/ |
Tests the test content translation UI with the test entity. | ||||
ContentTranslationConfigImportTest | class | Drupal\Tests\content_translation\Kernel | core/ |
Tests content translation updates performed during config import. | ||||
ContentTranslationContextualLinks | class | Drupal\content_translation\Plugin\Derivative | core/ |
Provides dynamic contextual links for content translation. | 1 | |||
ContentTranslationContextualLinksTest | class | Drupal\Tests\content_translation\FunctionalJavascript | core/ |
Tests that contextual links are available for content translation. | ||||
ContentTranslationContextualLinksTest | class | Drupal\Tests\content_translation\Functional | core/ |
Tests that contextual links are available for content translation. | ||||
ContentTranslationController | class | Drupal\content_translation\Controller | core/ |
Base class for entity translation controllers. | ||||
ContentTranslationDeleteAccess | class | Drupal\content_translation\Access | core/ |
Access check for entity translation deletion. | 2 | |||
ContentTranslationDeleteForm | class | Drupal\content_translation\Form | core/ |
Delete translation form for content_translation module. | ||||
ContentTranslationDisableSettingTest | class | Drupal\Tests\content_translation\Functional | core/ |
Test disabling content translation module. | ||||
ContentTranslationEnabledSetting | class | Drupal\language\Plugin\migrate\process | core/ |
Determines the content translation setting. | ||||
ContentTranslationEnableTest | class | Drupal\Tests\content_translation\Functional | core/ |
Test enabling content translation module. | ||||
ContentTranslationEntityBundleInfoTest | class | Drupal\Tests\content_translation\Kernel | core/ |
Tests the Content Translation bundle info logic. | ||||
ContentTranslationEntityBundleUITest | class | Drupal\Tests\content_translation\Functional | core/ |
Tests the content translation behaviors on entity bundle UI. | ||||
ContentTranslationFieldSyncRevisionTest | class | Drupal\Tests\content_translation\Kernel | core/ |
Tests the field synchronization logic when revisions are involved. | ||||
ContentTranslationHandler | class | Drupal\content_translation | core/ |
Base class for content translation handlers. | 5 | 6 | ||
ContentTranslationHandlerInterface | interface | Drupal\content_translation | core/ |
Interface for providing content translation. | 1 | |||
ContentTranslationHandlerTest | class | Drupal\Tests\content_translation\Kernel | core/ |
Tests the content translation handler. | ||||
ContentTranslationLanguageChangeTest | class | Drupal\Tests\content_translation\Functional | core/ |
Tests the content translation language that is set. |
Pagination
- Previous page
- Page 34
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.