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 |
|---|---|---|---|---|---|---|---|---|
| AutoconfigurationTest | class | Drupal\KernelTests\Core\DependencyInjection | core/ |
Tests autoconfiguration of services. | ||||
| 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/ |
1 | ||||
| AutomatedCron | class | Drupal\automated_cron\EventSubscriber | core/ |
A subscriber running cron after a response is sent. | 2 | |||
| AutomatedCronHooks | class | Drupal\automated_cron\Hook | core/ |
Hook implementations for automated_cron. | ||||
| AutomatedCronTest | class | Drupal\Tests\automated_cron\Kernel | core/ |
Tests for automated_cron. | ||||
| AutowireBlock | class | Drupal\autowire_test\Plugin\Block | core/ |
Provides a block that can be autowired. | 1 | |||
| AutowireBlockTest | class | Drupal\KernelTests\Core\Block | core/ |
Tests that blocks can be autowired. | ||||
| AutowiredInstanceTrait | trait | Drupal\Core\DependencyInjection | core/ |
Defines a base trait for automatically wiring dependency arguments. | 1 | |||
| 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. | 4 | |||
| 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]] | ||||
| 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 | 105 | ||
| 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 |
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.