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 |
|---|---|---|---|---|---|---|---|---|
| ContextDefinitionTest | class | Drupal\KernelTests\Core\Plugin\Annotation | core/ |
Tests Drupal\Core\Annotation\ContextDefinition. | ||||
| 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 | 10 | ||
| ContextHandlerTest | class | Drupal\KernelTests\Core\Plugin | core/ |
Tests Drupal\Core\Plugin\Context\ContextHandler. | ||||
| ContextHandlerTest | class | Drupal\Tests\Core\Plugin | core/ |
Tests Drupal\Core\Plugin\Context\ContextHandler. | ||||
| ContextInterface | interface | Drupal\Core\Plugin\Context | core/ |
Context data and definitions for plugins supporting caching and return docs. | 1 | 5 | ||
| ContextInterface | interface | Drupal\Component\Plugin\Context | core/ |
Provides data and definitions for plugins during runtime and administration. | 2 | 8 | ||
| 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 | ||
| ContextRepositoryInterface | interface | Drupal\Core\Plugin\Context | core/ |
Offers a global context repository. | 1 | 8 | ||
| ContextTest | class | Drupal\Tests\Core\Plugin\Context | core/ |
Tests Drupal\Core\Plugin\Context\Context. | ||||
| ContextTest | class | Drupal\Tests\Component\Plugin\Context | core/ |
Tests Drupal\Component\Plugin\Context\Context. | ||||
| 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. | ||||
| ContextualHooks | class | Drupal\contextual\Hook | core/ |
Hook implementations for contextual. | ||||
| ContextualLinkClickTrait | trait | Drupal\Tests\contextual\FunctionalJavascript | core/ |
Functions for testing contextual links. | 12 | |||
| ContextualLinkDefault | class | Drupal\Core\Menu | core/ |
Provides a common base implementation of a contextual link. | 2 | 4 | ||
| ContextualLinkDefaultTest | class | Drupal\Tests\Core\Menu | core/ |
Tests 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/ |
Tests Drupal\Core\Menu\ContextualLinkManager. | ||||
| 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. | ||||
| ContextualLinksHelper | class | Drupal\views | core/ |
Views contextual links helper service. | 6 | |||
| ContextualLinksNegotiator | final class | Drupal\contextual\Theme | core/ |
Set the theme according to the parameter passed to the controller. | 2 | |||
| ContextualLinksPlaceholder | class | Drupal\contextual\Element | core/ |
Provides a contextual_links_placeholder element. | 1 | |||
| ContextualLinksSerializer | class | Drupal\contextual | core/ |
Helper methods to handle contextual links <-> ID conversion. | 5 | |||
| 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. | ||||
| ContextualTestHooks | class | Drupal\contextual_test\Hook | core/ |
Hook implementations for contextual_test. | ||||
| ContextualThemeHooks | class | Drupal\contextual\Hook | core/ |
Hook implementations for contextual. | ||||
| 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 | |||
| ContextualViewsHooks | class | Drupal\contextual\Hook | core/ |
Hook implementations for contextual. | ||||
| ControllerBase | abstract class | Drupal\Core\Controller | core/ |
Utility base class for thin controllers. | 99 | 101 | ||
| ControllerBaseTest | class | Drupal\Tests\Core\Controller | core/ |
Tests that the base controller class. | ||||
| ControllerBaseTest | class | Drupal\KernelTests\Core\Controller | core/ |
Tests \Drupal\Core\Controller\ControllerBase. | ||||
| ControllerResolver | class | Drupal\Core\Controller | core/ |
ControllerResolver to enhance controllers beyond Symfony's basic handling. | 1 | 2 | ||
| ControllerResolverInterface | interface | Drupal\Core\Controller | core/ |
Extends the ControllerResolverInterface from symfony. | 1 | 5 | ||
| ControllerResolverTest | class | Drupal\Tests\Core\Controller | core/ |
Tests Drupal\Core\Controller\ControllerResolver. | ||||
| ControllerSandboxManager | final class | Drupal\package_manager_test_api | core/ |
Non-abstract version of StageBase. | 1 | |||
| Convert | class | Drupal\system\Plugin\ImageToolkit\Operation\gd | core/ |
Defines GD2 convert operation. | ||||
| ConvertImageEffect | class | Drupal\image\Plugin\ImageEffect | core/ |
Converts an image resource. | 1 |
Pagination
- Previous page
- Page 42
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.