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 |
|---|---|---|---|---|---|---|---|---|
| CrudTest | class | Drupal\Tests\rdf\Kernel | core/ |
Tests the RDF mapping CRUD functions. | ||||
| Crypt | class | Drupal\Component\Utility | core/ |
Utility class for cryptographically-secure string handling routines. | 84 | |||
| CryptTest | class | Drupal\Tests\Component\Utility | core/ |
Tests random byte generation. | ||||
| CsrfAccessCheck | class | Drupal\Core\Access | core/ |
Access protection against CSRF attacks. | 1 | 2 | ||
| CsrfAccessCheckTest | class | Drupal\Tests\Core\Access | core/ |
@coversDefaultClass \Drupal\Core\Access\CsrfAccessCheck[[api-linebreak]] @group Access | ||||
| CsrfRequestHeaderAccessCheck | class | Drupal\Core\Access | core/ |
Access protection against CSRF attacks. | 1 | 2 | ||
| CsrfRequestHeaderTest | class | Drupal\Tests\system\Functional | core/ |
Tests protecting routes by requiring CSRF token in the request header. | ||||
| CsrfTokenController | class | Drupal\system\Controller | core/ |
Returns responses for CSRF token routes. | ||||
| CsrfTokenGenerator | class | Drupal\Core\Access | core/ |
Generates and validates CSRF tokens. | 15 | 2 | ||
| CsrfTokenGeneratorTest | class | Drupal\Tests\Core\Access | core/ |
Tests the CsrfTokenGenerator class. | ||||
| CsrfTokenRaceTest | class | Drupal\FunctionalJavascriptTests\Core | core/ |
Test race condition for CSRF tokens for simultaneous requests. | ||||
| CssCollectionGrouper | class | Drupal\Core\Asset | core/ |
Groups CSS assets. | 1 | 2 | ||
| CssCollectionGrouperUnitTest | class | Drupal\Tests\Core\Asset | core/ |
Tests the CSS asset collection grouper. | ||||
| CssCollectionOptimizer | class | Drupal\Core\Asset | core/ |
Optimizes CSS assets. | 1 | 2 | ||
| CssCollectionOptimizerUnitTest | class | Drupal\Tests\Core\Asset | core/ |
Tests the CSS asset optimizer. | ||||
| CssCollectionRenderer | class | Drupal\Core\Asset | core/ |
Renders CSS assets. | 1 | 2 | ||
| CssCollectionRendererUnitTest | class | Drupal\Tests\Core\Asset | core/ |
Tests the CSS asset collection renderer. | ||||
| CssCommand | class | Drupal\Core\Ajax | core/ |
An AJAX command for calling the jQuery css() method. | 2 | |||
| CssOptimizer | class | Drupal\Core\Asset | core/ |
Optimizes a CSS asset. | 2 | 2 | ||
| CssOptimizerUnitTest | class | Drupal\Tests\Core\Asset | core/ |
Tests the CSS asset optimizer. | ||||
| Current | class | Drupal\user\Plugin\views\filter | core/ |
Filter handler for the current user. | ||||
| CurrentLanguageContext | class | Drupal\Core\Language\ContextProvider | core/ |
Sets the current language as a context. | 2 | |||
| CurrentPathStack | class | Drupal\Core\Path | core/ |
Represents the current path for the current request. | 20 | 2 | ||
| CurrentRouteMatch | class | Drupal\Core\Routing | core/ |
Default object for current_route_match service. | 3 | 2 | ||
| CurrentRouteMatchTest | class | Drupal\Tests\Core\Routing | core/ |
@coversDefaultClass \Drupal\Core\Routing\CurrentRouteMatch[[api-linebreak]] @group Routing | ||||
| CurrentThemeCondition | class | Drupal\system\Plugin\Condition | core/ |
Provides a 'Current Theme' condition. | ||||
| CurrentThemeConditionTest | class | Drupal\KernelTests\Core\Plugin\Condition | core/ |
Tests the CurrentThemeCondition plugin. | ||||
| CurrentUser | class | Drupal\user\Plugin\views\argument_default | core/ |
Default argument plugin to extract the current user. | ||||
| CurrentUserContext | class | Drupal\user\ContextProvider | core/ |
Sets the current user as a context. | 2 | |||
| CurrentUserContextTest | class | Drupal\Tests\user\Kernel\ContextProvider | core/ |
@coversDefaultClass \Drupal\user\ContextProvider\CurrentUserContext[[api-linebreak]] | ||||
| Custom | class | Drupal\views\Plugin\views\field | core/ |
A handler to provide a field that is completely custom by the administrator. | ||||
| CustomAccessCheck | class | Drupal\Core\Access | core/ |
Defines an access checker that allows specifying a custom method for access. | 1 | 2 | ||
| CustomAccessCheckTest | class | Drupal\Tests\Core\Access | core/ |
@coversDefaultClass \Drupal\Core\Access\CustomAccessCheck[[api-linebreak]] @group Access | ||||
| CustomAnnotationClassDiscoveryTest | class | Drupal\KernelTests\Core\Plugin\Discovery | core/ |
Tests that a custom annotation class is used. | ||||
| CustomBooleanTest | class | Drupal\Tests\views_ui\Functional | core/ |
Tests the UI and functionality for the Custom boolean field handler options. | ||||
| CustomDirectoryAnnotatedClassDiscoveryTest | class | Drupal\KernelTests\Core\Plugin\Discovery | core/ |
Tests discovery of annotated plugins in a custom directory. | ||||
| CustomDirectoryExample1 | class | Drupal\plugin_test | core/ |
Provides a test plugin within a custom directory. | ||||
| CustomDirectoryExample2 | class | Drupal\plugin_test | core/ |
Provides a test plugin within a custom directory. | ||||
| CustomPageExceptionHtmlSubscriber | class | Drupal\Core\EventSubscriber | core/ |
Exception subscriber for handling core custom HTML error pages. | 1 | 2 | ||
| CustomPageExceptionHtmlSubscriberTest | class | Drupal\Tests\Core\EventSubscriber | core/ |
@coversDefaultClass \Drupal\Core\EventSubscriber\CustomPageExceptionHtmlSubscriber[[api-linebreak]] @group EventSubscriber | ||||
| CustomPlugin | class | Drupal\Tests\Component\Annotation | core/ |
Custom plugin annotation. | ||||
| CustomPlugin2 | class | Drupal\Tests\Component\Annotation | core/ |
Custom plugin annotation. | ||||
| CustomStrings | class | Drupal\Core\StringTranslation\Translator | core/ |
String translator using overrides from variables. | 2 | |||
| CustomThemeNegotiator | class | Drupal\theme_test\Theme | core/ |
Just forces the 'test_theme' theme. | 2 | |||
| D6FileField | class | Drupal\migrate_field_plugin_manager_test\Plugin\migrate\field | core/ |
Plugin annotation @MigrateField( id = "d6_file", core = {6}, type_map = { "file" = "file" }, source_module = "foo", destination_module = "bar" ) | ||||
| D6NoCoreVersionSpecified | class | Drupal\migrate_field_plugin_manager_test\Plugin\migrate\field | core/ |
Plugin annotation @MigrateField( id = "d6_no_core_version_specified", source_module = "foo", destination_module = "bar", ) | ||||
| D6NodeDeriver | class | Drupal\node\Plugin\migrate | core/ |
Deriver for Drupal 6 node and node revision migrations based on node types. | 4 | |||
| D6NodeTranslation | class | Drupal\node\Plugin\migrate | core/ |
Migration plugin for the Drupal 6 node translations. | 2 | |||
| D6TermNodeDeriver | class | Drupal\taxonomy\Plugin\migrate | core/ |
Deriver for Drupal 6 term node migrations based on vocabularies. | 3 | |||
| D7Comment | class | Drupal\comment\Plugin\migrate | core/ |
Migration plugin for Drupal 7 comments with fields. | 2 |
Pagination
- Previous page
- Page 38
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.