Classes, traits, and interfaces - 11.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 1531
| Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
|---|---|---|---|---|---|---|---|---|
| ArchiverException | class | Drupal\Core\Archiver | core/ |
Defines an exception class for Drupal\Core\Archiver\ArchiverInterface. | ||||
| ArchiverInterface | interface | Drupal\Core\Archiver | core/ |
Defines the common interface for all Archiver classes. | 3 | 1 | ||
| ArchiverManager | class | Drupal\Core\Archiver | core/ |
Provides an Archiver plugin manager. | 2 | |||
| ArchiverTestBase | abstract class | Drupal\KernelTests\Core\Archiver | core/ |
Provides archive specific assertions and helper properties for archive tests. | 2 | |||
| ArchiveTar | class | Drupal\Core\Archiver | core/ |
Extends Pear's Archive_Tar to use exceptions. | 4 | |||
| AreaDisplayLinkTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the core views_handler_area_display_link handler. | ||||
| AreaEmptyTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the generic entity area handler. | ||||
| AreaEntityTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the generic entity area handler. | ||||
| AreaEntityUITest | class | Drupal\Tests\views_ui\Functional | core/ |
Tests the entity area UI test. | ||||
| AreaHTTPStatusCodeTest | class | Drupal\Tests\views\Functional\Handler | core/ |
Tests the http_status_code area handler. | ||||
| AreaMessagesTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the messages area handler. | ||||
| AreaOrderTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the view area handler. | ||||
| AreaPluginBase | abstract class | Drupal\views\Plugin\views\area | core/ |
Base class for area handler plugins. | 11 | 4 | ||
| AreaResultTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the result area handler. | ||||
| AreaTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the plugin base of the area handler. | ||||
| AreaTest | class | Drupal\Tests\views\Functional\Handler | core/ |
Tests the plugin base of the area handler. | ||||
| AreaTextTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the core views_handler_area_text handler. | ||||
| AreaTextTokenTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the token in text area handler. | ||||
| AreaTitleTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the title area handler. | ||||
| AreaTitleWebTest | class | Drupal\Tests\views\Functional\Handler | core/ |
Tests the title area handler with a web test. | ||||
| AreaViewTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the view area handler. | ||||
| ArgumentDateTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the core date argument handlers. | ||||
| ArgumentDateTimeTest | class | Drupal\Tests\datetime\Kernel\Views | core/ |
Tests the Drupal\datetime\Plugin\views\filter\Date handler. | ||||
| ArgumentDefaultPluginBase | abstract class | Drupal\views\Plugin\views\argument_default | core/ |
The fixed argument default handler; also used as the base. | 10 | 6 | ||
| ArgumentDefaultTest | class | Drupal\Tests\views\Functional\Plugin | core/ |
Tests pluggable argument_default for views. | ||||
| ArgumentDefaultTest | class | Drupal\views_test_data\Plugin\views\argument_default | core/ |
Defines an argument default test plugin. | 1 | |||
| ArgumentDefaultTest | class | Drupal\Tests\user\Kernel\Views | core/ |
Tests views user argument default plugin. | ||||
| ArgumentLanguageTest | class | Drupal\Tests\language\Kernel\Views | core/ |
Tests the argument language handler. | ||||
| ArgumentNodeRevisionIdTest | class | Drupal\Tests\node\Kernel\Views | core/ |
Tests the node_vid handler. | ||||
| ArgumentNullTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the core Drupal\views\Plugin\views\argument\NullArgument handler. | ||||
| ArgumentPluginBase | abstract class | Drupal\views\Plugin\views\argument | core/ |
Base class for argument (contextual filter) handler plugins. | 13 | 9 | ||
| ArgumentsAllNull | class | Drupal\Tests\Component\Plugin\Factory | core/ |
A stub class used by testGetInstanceArguments(). | ||||
| ArgumentsConfigArrayKey | class | Drupal\Tests\Component\Plugin\Factory | core/ |
A stub class used by testGetInstanceArguments(). | ||||
| ArgumentsMany | class | Drupal\Tests\Component\Plugin\Factory | core/ |
A stub class used by testGetInstanceArguments(). | ||||
| ArgumentsNoConstructor | class | Drupal\Tests\Component\Plugin\Factory | core/ |
A stub class used by testGetInstanceArguments(). | ||||
| ArgumentsPluginId | class | Drupal\Tests\Component\Plugin\Factory | core/ |
A stub class used by testGetInstanceArguments(). | ||||
| ArgumentsResolver | class | Drupal\Component\Utility | core/ |
Resolves the arguments to pass to a callable. | 3 | |||
| ArgumentsResolverInterface | interface | Drupal\Component\Utility | core/ |
Resolves the arguments to pass to a callable. | 1 | 1 | ||
| ArgumentsResolverTest | class | Drupal\Tests\Component\Utility | core/ |
Tests Drupal\Component\Utility\ArgumentsResolver. | ||||
| ArgumentStringTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the core Drupal\views\Plugin\views\argument\StringArgument handler. | ||||
| ArgumentSummaryTest | class | Drupal\Tests\views\Kernel\Handler | core/ |
Tests the summary of results when an argument is not provided. | ||||
| ArgumentTransformTermTest | class | Drupal\Tests\taxonomy\Kernel\Views | core/ |
Tests taxonomy term argument transformation. | ||||
| ArgumentUidRevisionTest | class | Drupal\Tests\node\Kernel\Views | core/ |
Tests the argument_node_uid_revision handler. | ||||
| ArgumentValidateTest | class | Drupal\Tests\user\Kernel\Views | core/ |
Tests user argument validators for ID and name. | ||||
| ArgumentValidatorPluginBase | abstract class | Drupal\views\Plugin\views\argument_validator | core/ |
Base argument validator plugin to provide basic functionality. | 4 | 1 | ||
| ArgumentValidatorTermNameTest | class | Drupal\Tests\taxonomy\Kernel\Views | core/ |
Tests the plugin of the taxonomy: taxonomy_term_name argument validator. | ||||
| ArgumentValidatorTermTest | class | Drupal\Tests\taxonomy\Kernel\Views | core/ |
Tests the plugin of the taxonomy: term argument validator. | ||||
| ArgumentValidatorTest | class | Drupal\Tests\views_ui\Functional | core/ |
Tests the Argument validator through the UI. | ||||
| ArgumentValidatorTest | class | Drupal\Tests\views\Kernel\Plugin | core/ |
Tests Views argument validators. | ||||
| ArgumentValidatorTest | class | Drupal\views_test_data\Plugin\views\argument_validator | core/ |
Defines an argument validator test plugin. | 1 |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.