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 |
|---|---|---|---|---|---|---|---|---|
| AddComponentTest | class | Drupal\Tests\layout_builder\Kernel\Plugin\ConfigAction | core/ |
Tests that `addComponentToLayout` config action. | ||||
| AddCssCommand | class | Drupal\Core\Ajax | core/ |
An AJAX command for adding css to the page via ajax. | ||||
| AddedStylesheetsTest | class | Drupal\Tests\ckeditor5\Functional | core/ |
Test the ckeditor5-stylesheets theme config property. | ||||
| AddFeedTest | class | Drupal\Tests\system\Kernel\Common | core/ |
Make sure that attaching feeds works correctly with various constructs. | ||||
| AddFormBase | abstract class | Drupal\media_library\Form | core/ |
Provides a base class for creating media items from within the media library. | ||||
| AddHandler | class | Drupal\views_ui\Form\Ajax | core/ |
Provides a form for adding an item in the Views UI. | ||||
| AddItemToToolbar | final class | Drupal\ckeditor5\Plugin\ConfigAction | core/ |
Config action plugin to add an item to the toolbar. | ||||
| AddItemToToolbarConfigActionTest | class | Drupal\Tests\ckeditor5\Kernel\ConfigAction | core/ |
Tests add item to toolbar config action. | ||||
| AddJsCommand | class | Drupal\Core\Ajax | core/ |
An AJAX command for adding JS to the page via AJAX. | ||||
| AddListPluginStylesTest | class | Drupal\Tests\ckeditor5\Functional\Update | core/ |
Tests creating base field overrides for the promote field on node types. | ||||
| AddModeration | final class | Drupal\content_moderation\Plugin\ConfigAction | core/ |
@internal This API is experimental. | ||||
| AddModerationConfigActionTest | class | Drupal\Tests\content_moderation\Kernel\ConfigAction | core/ |
Tests Add Moderation Config Action. | ||||
| AddModerationDeriver | final class | Drupal\content_moderation\Plugin\ConfigAction | core/ |
Deriver for moderation config actions plugins. | ||||
| AddNavigationBlock | final class | Drupal\navigation\Plugin\ConfigAction | core/ |
@internal This API is experimental. | ||||
| AddNavigationBlockConfigActionTest | class | Drupal\Tests\navigation\Kernel\ConfigAction | core/ |
Tests Add Navigation Block Config Action. | ||||
| AddRoleUser | class | Drupal\user\Plugin\Action | core/ |
Adds a role to a user. | ||||
| AddRoleUserTest | class | Drupal\Tests\user\Unit\Plugin\Action | core/ |
Tests Drupal\user\Plugin\Action\AddRoleUser. | ||||
| AddSectionController | class | Drupal\layout_builder\Controller | core/ |
Defines a controller to add a new section. | ||||
| AddToAllBundles | final class | Drupal\field\Plugin\ConfigAction | core/ |
Adds a field to all bundles of its target entity type. | ||||
| AddToAllBundlesConfigActionTest | class | Drupal\Tests\field\Kernel | core/ |
Tests Add To All Bundles Config Action. | ||||
| AdminAccountSwitcher | final class | Drupal\Core\DefaultContent | core/ |
@internal This API is experimental. | ||||
| AdminAccountSwitcherTest | class | Drupal\KernelTests\Core\DefaultContent | core/ |
Tests Admin Account Switcher. | ||||
| AdminAjaxTest | class | Drupal\Tests\views_ui\FunctionalJavascript | core/ |
Tests the admin UI AJAX interactions. | ||||
| AdminContext | class | Drupal\Core\Routing | core/ |
Provides a helper class to determine whether the route is an admin one. | ||||
| AdminController | class | Drupal\system\Controller | core/ |
Controller for admin section. | ||||
| AdminDemoNegotiator | class | Drupal\block\Theme | core/ |
Negotiates the theme for the block admin demo page via the URL. | ||||
| AdminHtmlRouteProvider | class | Drupal\Core\Entity\Routing | core/ |
Provides HTML routes for entities with administrative add/edit/delete pages. | ||||
| AdminMetaTagTest | class | Drupal\Tests\system\Functional\System | core/ |
Confirm that the fingerprinting meta tag appears as expected. | ||||
| AdminNegotiator | class | Drupal\user\Theme | core/ |
Sets the active theme on admin pages. | ||||
| AdminNegotiatorTest | class | Drupal\Tests\user\Unit\Theme | core/ |
Tests AdminNegotiator class. | ||||
| AdminPathConfigEntityConverter | class | Drupal\Core\ProxyClass\ParamConverter | core/ |
Provides a proxy class for \Drupal\Core\ParamConverter\AdminPathConfigEntityConverter. | ||||
| AdminPathConfigEntityConverter | class | Drupal\Core\ParamConverter | core/ |
Makes sure the unmodified ConfigEntity is loaded on admin pages. | ||||
| AdminPathEntityConverterLanguageTest | class | Drupal\Tests\language\Functional | core/ |
Test administration path based conversion of entities. | ||||
| AdminRouteSubscriber | class | Drupal\system\EventSubscriber | core/ |
Adds the _admin_route option to each admin HTML route. | ||||
| AdminRouteSubscriberTest | class | Drupal\Tests\system\Unit\Routing | core/ |
Tests Drupal\system\EventSubscriber\AdminRouteSubscriber. | ||||
| AdminTest | class | Drupal\Tests\system\Functional\System | core/ |
Tests output on administrative pages and compact mode functionality. | ||||
| AdminUiTest | class | Drupal\Tests\ckeditor5\FunctionalJavascript | core/ |
Tests for CKEditor 5 in the admin UI. | ||||
| AdvancedSettingsForm | class | Drupal\views_ui\Form | core/ |
Form builder for the advanced admin settings page. | ||||
| AdvisoriesConfigSubscriber | class | Drupal\system\EventSubscriber | core/ |
Defines a config subscriber for changes to 'system.advisories'. | ||||
| AdvisoryFeedTestHooks | class | Drupal\advisory_feed_test\Hook | core/ |
Hook implementations for advisory_feed_test. | ||||
| AdvisoryTestClientMiddleware | class | Drupal\advisory_feed_test | core/ |
Overrides the User-Agent HTTP header for outbound HTTP requests. | ||||
| AdvisoryTestController | class | Drupal\advisory_feed_test\Controller | core/ |
Defines a controller to return JSON for security advisory tests. | ||||
| AfterCommand | class | Drupal\Core\Ajax | core/ |
An AJAX command for calling the jQuery after() method. | ||||
| AggregationTest | class | Drupal\Tests\views\Kernel | core/ |
A basic aggregation test for Views. | ||||
| AHooks | class | Drupal\aaa_hook_order_test\Hook | core/ |
Provides hook implementations for testing the execution order of hooks. | ||||
| AjaxBasePageNegotiator | class | Drupal\Core\Theme | core/ |
Defines a theme negotiator that deals with the active theme on ajax requests. | ||||
| AjaxBasePageNegotiatorTest | class | Drupal\Tests\Core\Theme | core/ |
Tests Drupal\Core\Theme\AjaxBasePageNegotiator. | ||||
| AjaxBlockTest | class | Drupal\Tests\layout_builder\FunctionalJavascript | core/ |
Ajax blocks tests. | ||||
| AjaxCallbacksTest | class | Drupal\FunctionalJavascriptTests\Ajax | core/ |
Tests Ajax callbacks on FAPI elements. | ||||
| AjaxCommandsTest | class | Drupal\Tests\Core\Ajax | core/ |
Test coverage for various classes in the \Drupal\Core\Ajax namespace. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.