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 |
|---|---|---|---|---|---|---|---|---|
| BigPipeMarkup | final class | Drupal\big_pipe\Render | core/ |
Defines an object that passes safe strings through BigPipe's render pipeline. | 3 | |||
| BigPipePlaceholderTestCase | class | Drupal\big_pipe_test | core/ |
|||||
| BigPipePlaceholderTestCases | class | Drupal\big_pipe_test | core/ |
BigPipe placeholder test cases for use in both unit and integration tests. | 2 | |||
| BigPipeRegressionTest | class | Drupal\Tests\big_pipe\FunctionalJavascript | core/ |
BigPipe regression tests. | ||||
| BigPipeRegressionTestController | class | Drupal\big_pipe_regression_test | core/ |
1 | ||||
| BigPipeResponse | class | Drupal\big_pipe\Render | core/ |
A response that is sent in chunks by the BigPipe service. | 3 | |||
| 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/ |
@coversDefaultClass \Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor[[api-linebreak]] @group big_pipe | ||||
| BigPipeStrategy | class | Drupal\big_pipe\Render\Placeholder | core/ |
Defines the BigPipe placeholder strategy, to send HTML in chunks. | 4 | 2 | ||
| BigPipeStrategyTest | class | Drupal\Tests\big_pipe\Unit\Render\Placeholder | core/ |
@coversDefaultClass \Drupal\big_pipe\Render\Placeholder\BigPipeStrategy[[api-linebreak]] @group big_pipe | ||||
| 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/ |
|||||
| BigPipeTestForm | class | Drupal\big_pipe_test\Form | core/ |
Form to test BigPipe. | ||||
| BigPipeTestSubscriber | class | Drupal\big_pipe_test\EventSubscriber | core/ |
1 | 2 | |||
| BinaryData | class | Drupal\Core\TypedData\Plugin\DataType | core/ |
The binary data type. | ||||
| BinaryInterface | interface | Drupal\Core\TypedData\Type | core/ |
Interface for binary data. | 1 | 3 | ||
| BlankLayout | class | Drupal\layout_builder\Plugin\Layout | core/ |
Provides a layout plugin that produces no output. | ||||
| Block | class | Drupal\Core\Block\Annotation | core/ |
Defines a Block annotation object. | ||||
| Block | class | Drupal\block\Plugin\migrate\source | core/ |
Drupal block source from database. | 2 | 2 | ||
| Block | class | Drupal\views\Plugin\views\display | core/ |
The plugin that handles a block. | ||||
| Block | class | Drupal\block\Entity | core/ |
Defines a Block configuration entity class. | 35 | |||
| BlockAccessControlHandler | class | Drupal\block | core/ |
Defines the access control handler for the block entity type. | ||||
| BlockAddController | class | Drupal\block\Controller | core/ |
Controller for building the block instance 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. | 45 | 46 | ||
| BlockBaseTest | class | Drupal\Tests\Core\Block | core/ |
@coversDefaultClass \Drupal\Core\Block\BlockBase[[api-linebreak]] @group block | ||||
| 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/ |
@coversDefaultClass \Drupal\layout_builder\EventSubscriber\BlockComponentRenderArray[[api-linebreak]] @group layout_builder | ||||
| BlockConditionMissingSchemaUpdateTest | class | Drupal\Tests\block\Functional\Update | core/ |
Tests the upgrade path for block with conditions missing context. | ||||
| BlockConfigEntityUnitTest | class | Drupal\Tests\block\Unit | core/ |
@coversDefaultClass \Drupal\block\Entity\Block[[api-linebreak]] @group block | ||||
| BlockConfigSchemaTest | class | Drupal\Tests\block\Kernel | core/ |
Tests the block config schema. | ||||
| BlockContent | class | Drupal\block_content\Entity | core/ |
Defines the custom block entity class. | 38 | |||
| BlockContent | class | Drupal\block_content\Plugin\views\wizard | core/ |
Used for creating 'block_content' views with the wizard. | ||||
| BlockContent | class | Drupal\block_content\Plugin\Derivative | core/ |
Retrieves block plugin definitions for all custom blocks. | ||||
| BlockContentAccessControlHandler | class | Drupal\block_content | core/ |
Defines the access control handler for the custom block entity type. | 1 | |||
| BlockContentAccessHandlerTest | class | Drupal\Tests\block_content\Kernel | core/ |
Tests the block content entity access handler. | ||||
| BlockContentAddLocalAction | class | Drupal\block_content\Plugin\Menu\LocalAction | core/ |
Modifies the 'Add custom block' local action. | 1 | |||
| BlockContentBlock | class | Drupal\block_content\Plugin\Block | core/ |
Defines a generic custom block type. | ||||
| BlockContentCacheTagsTest | class | Drupal\Tests\block_content\Functional | core/ |
Tests the Custom Block entity's cache tags. | ||||
| BlockContentContextualLinksTest | class | Drupal\Tests\block_content\Functional | core/ |
Tests views contextual links on block content. | ||||
| BlockContentController | class | Drupal\block_content\Controller | core/ |
|||||
| BlockContentCreationTest | class | Drupal\Tests\block_content\Functional | core/ |
Create a block and test saving it. | ||||
| BlockContentDeleteForm | class | Drupal\block_content\Form | core/ |
Provides a confirmation form for deleting a custom block entity. | ||||
| BlockContentDeletionTest | class | Drupal\Tests\block_content\Kernel | core/ |
Tests that deleting a block clears the cached definitions. | ||||
| BlockContentDeriverTest | class | Drupal\Tests\block_content\Kernel | core/ |
Tests block content plugin deriver. | ||||
| BlockContentEntityReferenceSelectionTest | class | Drupal\Tests\block_content\Kernel | core/ |
Tests EntityReference selection handlers don't return non-reusable blocks. | ||||
| BlockContentEvents | final class | Drupal\block_content | core/ |
Defines events for the block_content module. | 1 | |||
| BlockContentFieldFilterTest | class | Drupal\Tests\block_content\Functional\Views | core/ |
Tests block_content field filters with translations. | ||||
| BlockContentForm | class | Drupal\block_content | core/ |
Form handler for the custom block edit forms. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.