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 |
---|---|---|---|---|---|---|---|---|
BHooks | class | Drupal\bbb_hook_order_test\Hook | core/ |
This class contains hook implementations. | 1 | |||
BigApple | class | Drupal\plugin_test_extended\Plugin\plugin_test\fruit | core/ |
Plugin annotation @PluginExtended( id = "big_apple", label = "Big Apple", color = "green" ) | ||||
BigPipe | class | Drupal\big_pipe\Render | core/ |
Service for sending an HTML response in chunks (to get faster page loads). | 5 | 2 | ||
BigPipeBypassJsHooks | class | Drupal\big_pipe_bypass_js\Hook | core/ |
Hook implementations for big_pipe_bypass_js. | ||||
BigPipeController | class | Drupal\big_pipe\Controller | core/ |
Returns responses for BigPipe module routes. | ||||
BigPipeHooks | class | Drupal\big_pipe\Hook | core/ |
Hook implementations for big_pipe. | ||||
BigPipeInterfacePreviewThemeSuggestionsTest | class | Drupal\Tests\big_pipe\Kernel | core/ |
Tests the big pipe theme suggestions. | ||||
BigPipeMarkup | final class | Drupal\big_pipe\Render | core/ |
Defines an object that passes safe strings through BigPipe's render pipeline. | 3 | |||
BigPipeMessagesHooks | class | Drupal\big_pipe_messages_test\Hook | core/ |
Hook implementations for big_pipe_test. | ||||
BigPipePlaceholderTestCase | class | Drupal\big_pipe_test | core/ |
Provides a placeholder for the BigPipe placeholder test cases. | ||||
BigPipePlaceholderTestCases | class | Drupal\big_pipe_test | core/ |
BigPipe placeholder test cases for use in both unit and integration tests. | 2 | |||
BigPipePreviewTest | class | Drupal\Tests\big_pipe\FunctionalJavascript | core/ |
Tests placeholder preview functionality. | ||||
BigPipeRegressionTest | class | Drupal\Tests\big_pipe\FunctionalJavascript | core/ |
BigPipe regression tests. | ||||
BigPipeRegressionTestController | class | Drupal\big_pipe_regression_test | core/ |
Controller for BigPipe regression tests. | 1 | |||
BigPipeRegressionTestHooks | class | Drupal\big_pipe_regression_test\Hook | core/ |
Hook implementations for big_pipe_regression_test. | ||||
BigPipeResponse | class | Drupal\big_pipe\Render | core/ |
A response that is sent in chunks by the BigPipe service. | 7 | |||
BigPipeResponseAttachmentsProcessor | class | Drupal\big_pipe\Render | core/ |
Processes attachments of HTML responses with BigPipe enabled. | 1 | 2 | ||
BigPipeResponseAttachmentsProcessorTest | class | Drupal\Tests\big_pipe\Unit\Render | core/ |
Tests Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor. | ||||
BigPipeStrategy | class | Drupal\big_pipe\Render\Placeholder | core/ |
Defines the BigPipe placeholder strategy, to send HTML in chunks. | 5 | 2 | ||
BigPipeStrategyTest | class | Drupal\Tests\big_pipe\Unit\Render\Placeholder | core/ |
Tests Drupal\big_pipe\Render\Placeholder\BigPipeStrategy. | ||||
BigPipeTest | class | Drupal\Tests\big_pipe\Functional | core/ |
Tests BigPipe's no-JS detection & response delivery (with and without JS). | ||||
BigPipeTestController | class | Drupal\big_pipe_test | core/ |
Returns responses for Big Pipe routes. | ||||
BigPipeTestForm | class | Drupal\big_pipe_test\Form | core/ |
Form to test BigPipe. | ||||
BigPipeTestHooks | class | Drupal\big_pipe_test\Hook | core/ |
Hook implementations for big_pipe_test. | ||||
BigPipeTestSubscriber | class | Drupal\big_pipe_test\EventSubscriber | core/ |
Defines a test BigPipe subscriber that checks whether the session is empty. | 1 | 2 | ||
BigPipeThemeHooks | class | Drupal\big_pipe\Hook | core/ |
Hook implementations for big_pipe. | ||||
BinaryData | class | Drupal\Core\TypedData\Plugin\DataType | core/ |
The binary data type. | ||||
BinaryFileResponseTest | class | Drupal\KernelTests\Core\Http | core/ |
Tests the headers added by BinaryFileResponse. | ||||
BinaryFileResponseTestController | class | Drupal\binary_file_response_test\Controller | core/ |
Controller routines for binary file response tests. | ||||
BinaryInterface | interface | Drupal\Core\TypedData\Type | core/ |
Interface for binary data. | 1 | 3 | ||
Blackcurrant | class | Drupal\Tests\Core\Entity | core/ |
A Fruit class for testing. | ||||
BlankLayout | class | Drupal\layout_builder\Plugin\Layout | core/ |
Provides a layout plugin that produces no output. | ||||
Block | class | Drupal\Core\Block\Attribute | core/ |
The Block attribute. | 57 | |||
Block | class | Drupal\Core\Block\Annotation | core/ |
Defines a Block annotation object. | ||||
Block | class | Drupal\views\Plugin\views\display | core/ |
The plugin that handles a block. | 1 | |||
Block | class | Drupal\block\Entity | core/ |
Defines a Block configuration entity class. | 52 | 1 | ||
Block | class | Drupal\block\Plugin\migrate\source | core/ |
Drupal 6/7 block source from database. | 2 | 2 | ||
BlockAccessControlHandler | class | Drupal\block | core/ |
Defines the access control handler for the content block entity type. | 1 | |||
BlockAddController | class | Drupal\block\Controller | core/ |
Controller for building the block instance add form. | ||||
BlockAddTest | class | Drupal\Tests\block\FunctionalJavascript | core/ |
Tests the JS functionality in the block add form. | ||||
BlockAdminThemeTest | class | Drupal\Tests\block\Functional | core/ |
Tests the block system with admin themes. | ||||
BlockBase | abstract class | Drupal\Core\Block | core/ |
Defines a base block implementation that most blocks plugins will extend. | 52 | 54 | ||
BlockBaseTest | class | Drupal\Tests\Core\Block | core/ |
Tests Drupal\Core\Block\BlockBase. | ||||
BlockBaseTest | class | Drupal\KernelTests\Core\Block | core/ |
Tests the BlockBase class, base for all block plugins. | ||||
BlockCacheTest | class | Drupal\Tests\block\Functional | core/ |
Tests block caching. | ||||
BlockComponentRenderArray | class | Drupal\layout_builder\EventSubscriber | core/ |
Builds render arrays and handles access for all block components. | 2 | 2 | ||
BlockComponentRenderArrayTest | class | Drupal\Tests\layout_builder\Unit | core/ |
Tests Drupal\layout_builder\EventSubscriber\BlockComponentRenderArray. | ||||
BlockConfigEntityUnitTest | class | Drupal\Tests\block\Unit | core/ |
Tests Drupal\block\Entity\Block. | ||||
BlockConfigSchemaTest | class | Drupal\Tests\block\Kernel | core/ |
Tests the block config schema. | ||||
BlockConfigSyncTest | class | Drupal\Tests\block\Kernel | core/ |
Tests that blocks are not created during config sync. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.