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 |
---|---|---|---|---|---|---|---|---|
ContextAwarePluginTrait | trait | Drupal\Core\Plugin | core/ |
Provides a trait to add context-aware functionality to plugins. | 10 | |||
ContextAwarePluginTraitTest | class | Drupal\KernelTests\Core\Plugin\Context | core/ |
@coversDefaultClass \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. | 1 | |||
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 | 35 | ||
ContextDefinitionInterface | interface | Drupal\Core\Plugin\Context | core/ |
Interface to define definition objects in ContextInterface via TypedData. | 1 | 1 | ||
ContextDefinitionInterface | interface | Drupal\Component\Plugin\Context | core/ |
Interface used to define definition objects found in ContextInterface. | 1 | 3 | ||
ContextDefinitionIsSatisfiedTest | class | Drupal\Tests\Core\Plugin\Context | core/ |
@coversDefaultClass \Drupal\Core\Plugin\Context\ContextDefinition @group Plugin | ||||
ContextDefinitionTest | class | Drupal\Tests\Core\Plugin\Context | core/ |
Tests the ContextDefinition class. | ||||
ContextDefinitionTest | class | Drupal\KernelTests\Core\Plugin | core/ |
@coversDefaultClass \Drupal\Core\Plugin\Context\ContextDefinition @group Plugin | ||||
ContextDefinitionTest | class | Drupal\KernelTests\Core\Plugin\Annotation | core/ |
@coversDefaultClass \Drupal\Core\Annotation\ContextDefinition @group Plugin | ||||
ContextException | class | Drupal\Component\Plugin\Exception | core/ |
An exception class to be thrown for context plugin exceptions. | 1 | 15 | ||
ContextHandler | class | Drupal\Core\Plugin\Context | core/ |
Provides methods to handle sets of contexts. | 2 | 2 | ||
ContextHandlerInterface | interface | Drupal\Core\Plugin\Context | core/ |
Provides an interface for handling sets of contexts. | 1 | 8 | ||
ContextHandlerTest | class | Drupal\KernelTests\Core\Plugin | core/ |
@coversDefaultClass \Drupal\Core\Plugin\Context\ContextHandler | ||||
ContextHandlerTest | class | Drupal\Tests\Core\Plugin | core/ |
@coversDefaultClass \Drupal\Core\Plugin\Context\ContextHandler @group Plugin | ||||
ContextInterface | interface | Drupal\Core\Plugin\Context | core/ |
Context data and definitions for plugins supporting caching and return docs. | 1 | 3 | ||
ContextInterface | interface | Drupal\Component\Plugin\Context | core/ |
Provides data and definitions for plugins during runtime and administration. | 2 | 9 | ||
ContextPluginTest | class | Drupal\KernelTests\Core\Plugin | core/ |
Tests that contexts are properly set and working within plugins. | ||||
ContextProviderInterface | interface | Drupal\Core\Plugin\Context | core/ |
Defines an interface for providing plugin contexts. | 7 | 7 | ||
ContextProvidersPass | class | Drupal\Core\DependencyInjection\Compiler | core/ |
Adds the context provider service IDs to the context manager. | 1 | |||
ContextRepositoryInterface | interface | Drupal\Core\Plugin\Context | core/ |
Offers a global context repository. | 1 | 7 | ||
ContextTest | class | Drupal\Tests\Component\Plugin\Context | core/ |
@coversDefaultClass \Drupal\Component\Plugin\Context\Context @group Plugin | ||||
ContextTest | class | Drupal\Tests\Core\Plugin\Context | core/ |
@coversDefaultClass \Drupal\Core\Plugin\Context\Context @group Plugin | ||||
ContextTypedDataTest | class | Drupal\KernelTests\Core\Plugin | core/ |
Tests that contexts work properly with the typed data manager. | ||||
ContextualController | class | Drupal\contextual | core/ |
Returns responses for Contextual module routes. | ||||
ContextualDynamicContextTest | class | Drupal\Tests\contextual\Functional | core/ |
Tests contextual link display on the front page based on permissions. | ||||
ContextualFiltersBlockContextTest | class | Drupal\Tests\views\Functional\Plugin | core/ |
A test for contextual filters exposed as block context. | ||||
ContextualFiltersStringTest | class | Drupal\Tests\views\Functional\Plugin | core/ |
Test contextual filters with 'allow multiple values' setting for user roles. | ||||
ContextualFilterTest | class | Drupal\Tests\views\FunctionalJavascript\Plugin\views\Handler | core/ |
Tests the contextual filter handler UI. | ||||
ContextualLinkClickTrait | trait | Drupal\Tests\contextual\FunctionalJavascript | core/ |
Functions for testing contextual links. | 14 | |||
ContextualLinkDefault | class | Drupal\Core\Menu | core/ |
Provides a common base implementation of a contextual link. | 2 | 4 | ||
ContextualLinkDefaultTest | class | Drupal\Tests\Core\Menu | core/ |
@group Menu @coversDefaultClass \Drupal\Core\Menu\ContextualLinkDefault | ||||
ContextualLinkInterface | interface | Drupal\Core\Menu | core/ |
Defines a contextual link plugin. | 1 | |||
ContextualLinkManager | class | Drupal\Core\Menu | core/ |
Defines a contextual link plugin manager to deal with contextual links. | 1 | 2 | ||
ContextualLinkManagerInterface | interface | Drupal\Core\Menu | core/ |
Provides an object which returns the available contextual links. | 1 | |||
ContextualLinkManagerTest | class | Drupal\Tests\Core\Menu | core/ |
@coversDefaultClass \Drupal\Core\Menu\ContextualLinkManager @group Menu | ||||
ContextualLinks | class | Drupal\contextual\Element | core/ |
Provides a contextual_links element. | ||||
ContextualLinks | class | Drupal\contextual\Plugin\views\field | core/ |
Provides a handler that adds contextual links. | ||||
ContextualLinksPlaceholder | class | Drupal\contextual\Element | core/ |
Provides a contextual_links_placeholder element. | ||||
ContextualLinksTest | class | Drupal\Tests\contextual\FunctionalJavascript | core/ |
Tests the UI for correct contextual links. | ||||
ContextualLinksTest | class | Drupal\Tests\layout_builder\FunctionalJavascript | core/ |
Test contextual links compatibility with the Layout Builder. | ||||
ContextualLinksTest | class | Drupal\Tests\node\FunctionalJavascript | core/ |
Create a node with revisions and test contextual links. | ||||
ContextualUnitTest | class | Drupal\Tests\contextual\Kernel | core/ |
Tests edge cases for converting between contextual links and IDs. | ||||
ContextualValidatorInterface | interface | Drupal\Core\TypedData\Validation | core/ |
Extends the contextual validator validate method by a new parameter. | 1 | |||
Contrib | class | Drupal\ckeditor5\Plugin\CKEditor4To5Upgrade | core/ |
Provides the CKEditor 4 to 5 upgrade path for contrib plugins now in core. | ||||
ControllerBase | abstract class | Drupal\Core\Controller | core/ |
Utility base class for thin controllers. | 90 | 90 | ||
ControllerBaseTest | class | Drupal\Tests\Core\Controller | core/ |
Tests that the base controller class. | ||||
ControllerResolver | class | Drupal\Core\Controller | core/ |
ControllerResolver to enhance controllers beyond Symfony's basic handling. | 2 | 2 |
Pagination
- Previous page
- Page 36
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.