Classes, traits, and interfaces - 10.3.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 1518
Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
---|---|---|---|---|---|---|---|---|
AccountInterface | interface | Drupal\Core\Session | core/ |
Defines an account interface which represents the current user. | 3 | 390 | ||
AccountPermissionsCacheContext | class | Drupal\Core\Cache\Context | core/ |
Defines the AccountPermissionsCacheContext service, for "per permission" caching. | 2 | |||
AccountProxy | class | Drupal\Core\Session | core/ |
A proxied implementation of AccountInterface. | 2 | 2 | ||
AccountProxyInterface | interface | Drupal\Core\Session | core/ |
Defines an interface for a service which has the current account stored. | 1 | 15 | ||
AccountProxyTest | class | Drupal\Tests\Core\Session | core/ |
@coversDefaultClass \Drupal\Core\Session\AccountProxy @group Session | ||||
AccountSetEvent | final class | Drupal\Core\Session | core/ |
Event fired when an account is set for the current session. | ||||
AccountSettingsForm | class | Drupal\user | core/ |
Configure user settings for this site. | 3 | 1 | ||
AccountSwitcher | class | Drupal\Core\Session | core/ |
An implementation of AccountSwitcherInterface. | 2 | |||
AccountSwitcherInterface | interface | Drupal\Core\Session | core/ |
Defines an interface for a service for safe account switching. | 2 | 12 | ||
AccountSwitcherTest | class | Drupal\KernelTests\Core\Session | core/ |
Test case for account switching. | ||||
Action | class | Drupal\Core\Action\Attribute | core/ |
Defines an Action attribute object. | 25 | |||
Action | class | Drupal\Core\Annotation | core/ |
Defines an Action annotation object. | ||||
Action | class | Drupal\system\Entity | core/ |
Defines the configured action entity. | 23 | |||
Action | class | Drupal\system\Plugin\migrate\source | core/ |
Drupal action source from database. | 1 | |||
ActionAddForm | class | Drupal\action\Form | core/ |
Provides a form for action add forms. | 1 | |||
ActionAdminManageForm | class | Drupal\action\Form | core/ |
Provides a configuration form for configurable actions. | 1 | |||
ActionAjaxTest | class | Drupal\action_form_ajax_test\Plugin\Action | core/ |
Plugin used for testing AJAX in action config entity forms. | ||||
ActionBase | abstract class | Drupal\Core\Action | core/ |
Provides a base implementation for an Action plugin. | 10 | 9 | ||
ActionConfigEntityInterface | interface | Drupal\system | core/ |
Provides an interface defining an action entity. | 1 | 2 | ||
ActionDeleteForm | class | Drupal\action\Form | core/ |
Builds a form to delete an action. | ||||
ActionEditForm | class | Drupal\action\Form | core/ |
Provides a form for action edit forms. | 1 | |||
ActionFormAjaxTest | class | Drupal\Tests\action\FunctionalJavascript | core/ |
Tests action plugins using JavaScript. | ||||
ActionFormBase | abstract class | Drupal\action\Form | core/ |
Provides a base form for action forms. | 2 | |||
ActionInterface | interface | Drupal\Core\Action | core/ |
Provides an interface for an Action plugin. | 1 | 2 | 1 | |
ActionJsonAnonTest | class | Drupal\Tests\system\Functional\Rest | core/ |
@group Action | ||||
ActionJsonAnonTest | class | Drupal\Tests\action\Functional\Rest | core/ |
@group action | ||||
ActionJsonBasicAuthTest | class | Drupal\Tests\action\Functional\Rest | core/ |
@group action | ||||
ActionJsonBasicAuthTest | class | Drupal\Tests\system\Functional\Rest | core/ |
@group Action | ||||
ActionJsonCookieTest | class | Drupal\Tests\system\Functional\Rest | core/ |
@group Action | ||||
ActionJsonCookieTest | class | Drupal\Tests\action\Functional\Rest | core/ |
@group action | ||||
ActionListBuilder | class | Drupal\action | core/ |
Defines a class to build a listing of action entities. | ||||
ActionListTest | class | Drupal\Tests\action\Functional | core/ |
Test behaviors when visiting the action listing page. | ||||
ActionLocalTasksTest | class | Drupal\Tests\action\Unit\Menu | core/ |
Tests action local tasks. | ||||
ActionManager | class | Drupal\Core\Action | core/ |
Provides an Action plugin manager. | 2 | 2 | ||
ActionMethod | final class | Drupal\Core\Config\Action\Attribute | core/ |
@internal This API is experimental. | 10 | |||
ActionPluginCollection | class | Drupal\Core\Action | core/ |
Provides a container for lazily loading Action plugins. | 1 | |||
ActionResourceTestBase | abstract class | Drupal\Tests\action\Functional\Rest | core/ |
6 | ||||
ActionResourceTestBase | abstract class | Drupal\Tests\system\Functional\Rest | core/ |
6 | ||||
Actions | class | Drupal\Core\Render\Element | core/ |
Provides a wrapper element to group one or more buttons in a form. | ||||
ActionsTest | class | Drupal\KernelTests\Core\Render\Element | core/ |
@coversDefaultClass \Drupal\Core\Render\Element\Actions @group Render | ||||
ActionTest | class | Drupal\Tests\jsonapi\Functional | core/ |
JSON:API integration test for the "Action" config entity type. | ||||
ActionTest | class | Drupal\Tests\action\Functional\Jsonapi | core/ |
JSON:API integration test for the "Action" config entity type. | ||||
ActionTest | class | Drupal\Tests\system\Kernel\Action | core/ |
Tests action plugins. | ||||
ActionTest | class | Drupal\Tests\system\Kernel\Plugin\migrate\source | core/ |
Tests actions source plugin. | ||||
ActionUninstallTest | class | Drupal\Tests\action\Functional | core/ |
Tests that uninstalling Actions UI does not remove other modules' actions. | ||||
ActionValidationTest | class | Drupal\Tests\system\Kernel\Entity | core/ |
Tests validation of action entities. | ||||
ActionXmlAnonTest | class | Drupal\Tests\action\Functional\Rest | core/ |
@group action | ||||
ActionXmlAnonTest | class | Drupal\Tests\system\Functional\Rest | core/ |
@group Action | ||||
ActionXmlBasicAuthTest | class | Drupal\Tests\system\Functional\Rest | core/ |
@group Action | ||||
ActionXmlBasicAuthTest | class | Drupal\Tests\action\Functional\Rest | core/ |
@group action |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.