Classes, traits, and interfaces - 8.9.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 1511
Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
---|---|---|---|---|---|---|---|---|
AuthenticationProviderPassTest | class | Drupal\Tests\Core\DependencyInjection\Compiler | core/ |
@coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\AuthenticationProviderPass @group DependencyInjection | ||||
AuthenticationSubscriber | class | Drupal\Core\EventSubscriber | core/ |
Authentication subscriber. | 2 | |||
AuthorFormatter | class | Drupal\user\Plugin\Field\FieldFormatter | core/ |
Plugin implementation of the 'author' formatter. | ||||
AuthorNameFormatter | class | Drupal\comment\Plugin\Field\FieldFormatter | core/ |
Plugin implementation of the 'comment_username' formatter. | ||||
AutocompleteController | class | Drupal\form_test | core/ |
Defines a controller class with methods for autocompletion. | ||||
AutoIncrementingTestItem | class | Drupal\entity_test\Plugin\Field\FieldType | core/ |
Defines the 'field_method_invocation_order_test' entity field type. | ||||
Autoload | class | Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation | core/ |
|||||
AutomatedCron | class | Drupal\automated_cron\EventSubscriber | core/ |
A subscriber running cron after a response is sent. | 2 | |||
AutomatedCronUpdateWithAutomatedCronTest | class | Drupal\Tests\system\Functional\Update | core/ |
Ensures that the automated cron module is installed on update. | ||||
AutomatedCronUpdateWithoutAutomatedCronTest | class | Drupal\Tests\system\Functional\Update | core/ |
Ensures that the automated cron module is not installed on update. | ||||
BackendChain | class | Drupal\Core\Cache | core/ |
Defines a chained cache implementation for combining multiple cache backends. | 2 | 2 | ||
BackendChainImplementationUnitTest | class | Drupal\Tests\Core\Cache | core/ |
Unit test of backend chain implementation specifics. | ||||
BackendChainTest | class | Drupal\KernelTests\Core\Cache | core/ |
Unit test of the backend chain using the generic cache unit test base. | ||||
BackendCompilerPass | class | Drupal\Core\DependencyInjection\Compiler | core/ |
Defines a compiler pass to allow automatic override per backend. | 2 | |||
BackendCompilerPassTest | class | Drupal\Tests\Core\DependencyInjection\Compiler | core/ |
@coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\BackendCompilerPass @group DependencyInjection | ||||
BackwardCompatibilityTest | class | Drupal\FunctionalJavascriptTests\Ajax | core/ |
Tests the compatibility of the ajax.es6.js file. | ||||
BadPluginDefinitionException | class | Drupal\migrate\Plugin\Exception | core/ |
Defines a class for bad plugin definition exceptions. | 4 | |||
BaloneySpam | class | Drupal\block_test\Plugin\Condition | core/ |
Provides a 'baloney_spam' condition. | ||||
BanAdmin | class | Drupal\ban\Form | core/ |
Displays banned IP addresses. | 1 | |||
Banana | class | Drupal\plugin_test\Plugin\plugin_test\fruit | core/ |
Plugin annotation @Plugin( id = "banana", label = "Banana", color = "yellow", uses = { "bread" = @Translation("Banana bread"), "loaf" = @PluralTranslation( singular = "@count loaf", plural = "@count loaves" ) } ) | ||||
BanDelete | class | Drupal\ban\Form | core/ |
Provides a form to unban IP addresses. | 1 | |||
BanIpManager | class | Drupal\ban | core/ |
Ban IP manager. | 1 | 2 | ||
BanIpManagerInterface | interface | Drupal\ban | core/ |
Provides an interface defining a BanIp manager. | 1 | 3 | ||
BanMiddleware | class | Drupal\ban | core/ |
Provides a HTTP middleware to implement IP based banning. | 1 | 2 | ||
BanMiddlewareTest | class | Drupal\Tests\ban\Unit | core/ |
@coversDefaultClass \Drupal\ban\BanMiddleware @group ban | ||||
Bar | class | Drupal\image_test\Plugin\ImageToolkit\Operation\test | core/ |
Builds an image toolkit operation. | ||||
BarClass | class | Drupal\Tests\Core\DependencyInjection\Fixture | core/ |
Stub class which acts as a service to test the container. | 2 | |||
BareHtmlPageRenderer | class | Drupal\Core\Render | core/ |
Default bare HTML page renderer. | 2 | |||
BareHtmlPageRenderer | class | Drupal\Core\ProxyClass\Render | core/ |
Provides a proxy class for \Drupal\Core\Render\BareHtmlPageRenderer. | ||||
BareHtmlPageRendererInterface | interface | Drupal\Core\Render | core/ |
Bare HTML page renderer. | 2 | 2 | ||
BartikTest | class | Drupal\FunctionalTests\Theme | core/ |
Tests the Bartik theme. | ||||
BaseCommand | class | Drupal\Core\Ajax | core/ |
Base command that only exists to simplify AJAX commands. | 5 | 5 | ||
BaseFieldAccessTest | class | Drupal\Tests\views\Functional\Entity | core/ |
Tests views base field access. | ||||
BaseFieldDefinition | class | Drupal\Core\Field | core/ |
A class for defining entity fields. | 2 | 108 | ||
BaseFieldDefinitionTest | class | Drupal\Tests\Core\Entity | core/ |
Unit test for BaseFieldDefinition. | ||||
BaseFieldDefinitionTest | class | Drupal\Tests\migrate\Unit\Plugin\migrate\destination | core/ |
Stub class for BaseFieldDefinition. | ||||
BaseFieldDefinitionTestBase | abstract class | Drupal\Tests\Core\Field | core/ |
Provides setup method for testing base field definitions. | 1 | 1 | ||
BaseFieldFileFormatterBase | abstract class | Drupal\file\Plugin\Field\FieldFormatter | core/ |
Base class for file formatters, which allow to link to the file download URL. | 4 | |||
BaseFieldOverride | class | Drupal\Core\Field\Entity | core/ |
Defines the base field override entity. | 11 | |||
BaseFieldOverrideAccessControlHandler | class | Drupal\Core\Field | core/ |
Provides en entity access control handler for base field override entity. | ||||
BaseFieldOverrideHalJsonAnonTest | class | Drupal\FunctionalTests\Hal | core/ |
@group hal | ||||
BaseFieldOverrideHalJsonBasicAuthTest | class | Drupal\FunctionalTests\Hal | core/ |
@group hal | ||||
BaseFieldOverrideHalJsonCookieTest | class | Drupal\FunctionalTests\Hal | core/ |
@group hal | ||||
BaseFieldOverrideJsonAnonTest | class | Drupal\FunctionalTests\Rest | core/ |
@group rest | ||||
BaseFieldOverrideJsonBasicAuthTest | class | Drupal\FunctionalTests\Rest | core/ |
@group rest | ||||
BaseFieldOverrideJsonCookieTest | class | Drupal\FunctionalTests\Rest | core/ |
@group rest | ||||
BaseFieldOverrideResourceTestBase | abstract class | Drupal\FunctionalTests\Rest | core/ |
10 | 4 | |||
BaseFieldOverrideResourceTestBase | in drupal:8.6.0 and is removed from drupal:9.0.0. Use Drupal\FunctionalTests\Rest\BaseFieldOverrideResourceTestBase instead. |
abstract class | Drupal\Tests\rest\Functional\EntityResource\BaseFieldOverride | core/ |
||||
BaseFieldOverrideStorage | class | Drupal\Core\Field | core/ |
Storage class for base field overrides. | ||||
BaseFieldOverrideTest | class | Drupal\KernelTests\Core\Field\Entity | core/ |
@coversDefaultClass \Drupal\Core\Field\Entity\BaseFieldOverride @group Field |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.