Classes, traits, and interfaces - main - 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 1529
| Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
|---|---|---|---|---|---|---|---|---|
| ContentTranslationNewTranslationWithExistingRevisionsTest | class | Drupal\Tests\content_translation\Functional | core/ |
Tests that new translations do not delete existing ones. | ||||
| ContentTranslationOperationsTest | class | Drupal\Tests\content_translation\Functional | core/ |
Tests the content translation operations available in the content listing. | ||||
| ContentTranslationOutdatedRevisionTranslationTest | class | Drupal\Tests\content_translation\Functional | core/ |
Tests the "Flag as outdated" functionality with revision translations. | ||||
| ContentTranslationOverviewAccess | class | Drupal\content_translation\Access | core/ |
Access check for entity translation overview. | 2 | |||
| ContentTranslationPendingRevisionTestBase | abstract class | Drupal\Tests\content_translation\Functional | core/ |
Base class for pending revision translation tests. | 4 | |||
| ContentTranslationPermissions | class | Drupal\content_translation | core/ |
Provides dynamic permissions for the content_translation module. | 1 | |||
| ContentTranslationPermissionsTest | class | Drupal\Tests\content_translation\Kernel | core/ |
Tests the content translation dynamic permissions. | ||||
| ContentTranslationRevisionTranslationDeletionTest | class | Drupal\Tests\content_translation\Functional | core/ |
Tests that revision translation deletion is handled correctly. | ||||
| ContentTranslationRouteSubscriber | class | Drupal\content_translation\Routing | core/ |
Subscriber for entity translation routes. | 2 | |||
| ContentTranslationSettingsApiTest | class | Drupal\Tests\content_translation\Kernel | core/ |
Tests the content translation settings API. | ||||
| ContentTranslationSettingsTest | class | Drupal\Tests\content_translation\Functional | core/ |
Tests the content translation settings UI. | ||||
| ContentTranslationStandardFieldsTest | class | Drupal\Tests\content_translation\Functional | core/ |
Tests the Content translation settings. | ||||
| ContentTranslationSynchronizedFieldsConstraint | class | Drupal\content_translation\Plugin\Validation\Constraint | core/ |
Validation constraint for the entity changed timestamp. | ||||
| ContentTranslationSynchronizedFieldsConstraintValidator | class | Drupal\content_translation\Plugin\Validation\Constraint | core/ |
Checks that synchronized fields are handled correctly in pending revisions. | ||||
| ContentTranslationSyncImageTest | class | Drupal\Tests\content_translation\Functional | core/ |
Tests the field synchronization behavior for the image field. | ||||
| ContentTranslationSyncUnitTest | class | Drupal\Tests\content_translation\Kernel | core/ |
Tests the field synchronization logic. | ||||
| ContentTranslationTestBase | abstract class | Drupal\Tests\content_translation\Functional | core/ |
Base class for content translation tests. | 8 | 3 | ||
| ContentTranslationTestHooks | class | Drupal\content_translation_test\Hook | core/ |
Hook implementations for content_translation_test. | ||||
| ContentTranslationTestTrait | trait | Drupal\Tests\content_translation\Traits | core/ |
Provides an API to programmatically manage content translation in tests. | 17 | |||
| ContentTranslationThemeHooks | class | Drupal\content_translation\Hook | core/ |
Hook implementations for content_translation. | ||||
| ContentTranslationUISkipTest | class | Drupal\Tests\content_translation\Functional | core/ |
Tests the content translation UI check skip. | ||||
| ContentTranslationUITestBase | abstract class | Drupal\Tests\content_translation\Functional | core/ |
Tests the Content Translation UI. | 9 | 8 | ||
| ContentTranslationUntranslatableFieldsTest | class | Drupal\Tests\content_translation\Functional | core/ |
Tests the untranslatable fields behaviors. | ||||
| ContentTranslationViewsUITest | class | Drupal\Tests\content_translation\Functional\Views | core/ |
Tests the views UI when content_translation is enabled. | ||||
| ContentTranslationWorkflowsTest | class | Drupal\Tests\content_translation\Functional | core/ |
Tests the content translation workflows for the test entity. | ||||
| ContentTypeCreationTrait | trait | Drupal\Tests\node\Traits | core/ |
Provides methods to create content type from given values. | 64 | |||
| ContentTypeHeaderMatcher | class | Drupal\Core\Routing | core/ |
Filters routes based on the HTTP Content-type header. | 1 | 2 | ||
| ContentTypeHeaderMatcherTest | class | Drupal\Tests\Core\Routing | core/ |
Confirm that the content types partial matcher is functioning properly. | ||||
| ContentUninstallValidator | class | Drupal\Core\Entity | core/ |
Validates module uninstall readiness based on existing content entities. | 2 | |||
| Context | class | Drupal\Core\Plugin\Context | core/ |
A Drupal specific context wrapper class. | 1 | 27 | ||
| Context | class | Drupal\Component\Plugin\Context | core/ |
A generic context class for wrapping data a plugin needs to operate. | 1 | 2 | ||
| ContextAwarePluginAssignmentTrait | trait | Drupal\Core\Plugin | core/ |
Handles context assignments for context-aware plugins. | 4 | |||
| ContextAwarePluginDefinition | class | Drupal\Tests\Core\Plugin | core/ |
Test class of context aware plugin definition. | ||||
| ContextAwarePluginDefinitionInterface | interface | Drupal\Component\Plugin\Definition | core/ |
Provides an interface for plugin definitions which use contexts. | 4 | 6 | ||
| ContextAwarePluginDefinitionTrait | trait | Drupal\Component\Plugin\Definition | core/ |
Provides a trait for context-aware object-based plugin definitions. | 4 | |||
| ContextAwarePluginInterface | interface | Drupal\Core\Plugin | core/ |
An override of ContextAwarePluginInterface for documentation purposes. | 12 | 21 | ||
| ContextAwarePluginInterface | interface | Drupal\Component\Plugin | core/ |
Interface for defining context aware plugins. | 1 | 1 | ||
| ContextAwarePluginManagerInterface | interface | Drupal\Core\Plugin\Context | core/ |
Provides an interface for plugin managers that support context-aware plugins. | 1 | 1 | ||
| ContextAwarePluginManagerTrait | trait | Drupal\Core\Plugin\Context | core/ |
Provides a trait for plugin managers that support context-aware plugins. | 1 | |||
| ContextAwarePluginTrait | trait | Drupal\Core\Plugin | core/ |
Provides a trait to add context-aware functionality to plugins. | 11 | |||
| ContextAwarePluginTraitTest | class | Drupal\KernelTests\Core\Plugin\Context | core/ |
Tests Drupal\Core\Plugin\ContextAwarePluginTrait. | ||||
| ContextAwareVariantInterface | interface | Drupal\Core\Display | core/ |
Provides an interface for variant plugins that are context-aware. | 1 | 2 | ||
| ContextCacheKeys | class | Drupal\Core\Cache\Context | core/ |
A value object to store generated cache keys with its cacheability metadata. | 2 | |||
| ContextDefinition | class | Drupal\Core\Annotation | core/ |
Defines a context definition annotation object. | ||||
| ContextDefinition | class | Drupal\Core\Plugin\Context | core/ |
Defines a class for context definitions. | 2 | 40 | ||
| ContextDefinitionInterface | interface | Drupal\Core\Plugin\Context | core/ |
Interface to define definition objects in ContextInterface via TypedData. | 1 | 3 | ||
| ContextDefinitionInterface | interface | Drupal\Component\Plugin\Context | core/ |
Interface used to define definition objects found in ContextInterface. | 1 | 4 | ||
| ContextDefinitionIsSatisfiedTest | class | Drupal\Tests\Core\Plugin\Context | core/ |
Tests Drupal\Core\Plugin\Context\ContextDefinition. | ||||
| ContextDefinitionTest | class | Drupal\Tests\Core\Plugin\Context | core/ |
Tests the ContextDefinition class. | ||||
| ContextDefinitionTest | class | Drupal\KernelTests\Core\Plugin | core/ |
Tests Drupal\Core\Plugin\Context\ContextDefinition. |
Pagination
- Previous page
- Page 41
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.