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 1519
Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
---|---|---|---|---|---|---|---|---|
AutowireErrorBlock | class | Drupal\autowire_test\Plugin\Block | core/ |
Provides a block that cannot be autowired. | ||||
AutowireTest | class | Drupal\KernelTests\Core\DependencyInjection | core/ |
Tests auto-wiring services. | ||||
AutowireTrait | trait | Drupal\Core\DependencyInjection | core/ |
Defines a trait for automatically wiring dependencies from the container. | 3 | |||
AvifImageEffect | class | Drupal\image\Plugin\ImageEffect | core/ |
Converts an image resource to AVIF, with fallback. | ||||
BackendChain | class | Drupal\Core\Cache | core/ |
Defines a chained cache implementation for combining multiple cache backends. | 2 | 4 | ||
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/ |
Tests Drupal\Core\DependencyInjection\Compiler\BackendCompilerPass. | ||||
BackwardsCompatibilityClassLoader | final class | Drupal\Core\ClassLoader | core/ |
Adds backwards compatibility support for deprecated classes. | 2 | |||
BackwardsCompatibilityClassLoaderPass | class | Drupal\Core\DependencyInjection\Compiler | core/ |
Compiler pass to merge moved classes into a single container parameter. | 1 | |||
BackwardsCompatibilityClassLoaderTest | class | Drupal\KernelTests\Core\ClassLoader | core/ |
Tests Drupal\Core\ClassLoader\BackwardsCompatibilityClassLoader. | ||||
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. | ||||
BAlterHooks | class | Drupal\bbb_hook_order_test\Hook | core/ |
This class contains hook implementations. | 1 | |||
BanAdmin | class | Drupal\ban\Form | core/ |
Displays banned IP addresses. | 1 | 1 | ||
BanAdminTest | class | Drupal\Tests\ban\Unit | core/ |
Tests the BanAdmin form. | ||||
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 | |||
BanHooks | class | Drupal\ban\Hook | core/ |
Hook implementations for ban. | ||||
BanIpManager | class | Drupal\ban | core/ |
Ban IP manager. | 2 | |||
BanIpManagerInterface | interface | Drupal\ban | core/ |
Provides an interface defining a BanIp manager. | 1 | 5 | ||
BanIpTest | class | Drupal\Tests\ban\Kernel | core/ |
Tests Ban Ip. | ||||
BanMiddleware | class | Drupal\ban | core/ |
Provides a HTTP middleware to implement IP based banning. | 1 | 2 | ||
BanMiddlewareTest | class | Drupal\Tests\ban\Unit | core/ |
Tests Drupal\ban\BanMiddleware. | ||||
Bar | class | Drupal\image_test\Plugin\ImageToolkit\Operation\test | core/ |
Builds an image toolkit operation. | ||||
BarAccessPolicy | class | Drupal\Tests\Core\Session | core/ |
A test access policy for 'foo' and 'bar' permissions. | ||||
BarAlterAccessPolicy | class | Drupal\Tests\Core\Session | core/ |
A test access policy that adds a permission if another permission exists. | ||||
BarClass | class | Drupal\Tests\Core\DependencyInjection\Fixture | core/ |
Stub class which acts as a service to test the container. | 1 | |||
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 | 4 | ||
BarTest | abstract class | Drupal\Tests\Core\Foo | core/ |
@group metadata @coversNothing[[api-linebreak]] | ||||
BaseCommand | class | Drupal\Core\Ajax | core/ |
Base command that only exists to simplify AJAX commands. | ||||
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 | 103 | ||
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. | 12 | |||
BaseFieldOverrideAccessControlHandler | class | Drupal\Core\Field | core/ |
Provides en entity access control handler for base field override entity. | 1 | |||
BaseFieldOverrideJsonAnonTest | class | Drupal\FunctionalTests\Rest | core/ |
Tests Base Field Override Json Anon. | ||||
BaseFieldOverrideJsonBasicAuthTest | class | Drupal\FunctionalTests\Rest | core/ |
Tests Base Field Override Json Basic Auth. | ||||
BaseFieldOverrideJsonCookieTest | class | Drupal\FunctionalTests\Rest | core/ |
Tests Base Field Override Json Cookie. | ||||
BaseFieldOverrideResourceTestBase | abstract class | Drupal\FunctionalTests\Rest | core/ |
Resource test base for BaseFieldOverride entity. | 6 | |||
BaseFieldOverrideStorage | class | Drupal\Core\Field | core/ |
Storage class for base field overrides. | 1 | |||
BaseFieldOverrideTest | class | Drupal\KernelTests\Core\Field\Entity | core/ |
Tests Drupal\Core\Field\Entity\BaseFieldOverride. | ||||
BaseFieldOverrideTest | class | Drupal\Tests\jsonapi\Functional | core/ |
JSON:API integration test for the "BaseFieldOverride" config entity type. | ||||
BaseFieldOverrideValidationTest | class | Drupal\KernelTests\Core\Entity | core/ |
Tests validation of base_field_override entities. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.