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 |
---|---|---|---|---|---|---|---|---|
BlockHookOperationTest | class | Drupal\Tests\block\Functional | core/ |
Tests for Block module regarding hook_entity_operations_alter(). | ||||
BlockHooks | class | Drupal\block\Hook | core/ |
Hook implementations for block. | 6 | |||
BlockHtmlTest | class | Drupal\Tests\block\Functional | core/ |
Tests block HTML ID validity. | ||||
BlockInstallTest | class | Drupal\Tests\block\Functional | core/ |
Tests block module's installation. | ||||
BlockInterface | interface | Drupal\block | core/ |
Provides an interface defining a block entity. | 1 | 16 | ||
BlockInterfaceTest | class | Drupal\Tests\block\Kernel | core/ |
Tests that the block plugin can work properly without a supporting entity. | ||||
BlockInvalidRegionTest | class | Drupal\Tests\block\Functional | core/ |
Tests that blocks assigned to invalid regions are disabled with a warning. | ||||
BlockJsonAnonTest | class | Drupal\Tests\block\Functional\Rest | core/ |
@group rest | ||||
BlockJsonBasicAuthTest | class | Drupal\Tests\block\Functional\Rest | core/ |
@group rest | ||||
BlockJsonCookieTest | class | Drupal\Tests\block\Functional\Rest | core/ |
@group rest | ||||
BlockLanguageCacheTest | class | Drupal\Tests\block\Functional | core/ |
Tests display of menu blocks with multiple languages. | ||||
BlockLanguageTest | class | Drupal\Tests\block\Functional | core/ |
Tests per-language block configuration. | ||||
BlockLayoutTourTest | class | Drupal\Tests\tour\Functional\Block | core/ |
Tests the Block Layout tour. | ||||
BlockLibraryController | class | Drupal\block\Controller | core/ |
Provides a list of block plugins to be added to the layout. | ||||
BlockListBuilder | class | Drupal\block | core/ |
Defines a class to build a listing of block entities. | 1 | |||
BlockListController | class | Drupal\block\Controller | core/ |
Defines a controller to list blocks. | ||||
BlockLocalTasksTest | class | Drupal\Tests\block\Unit\Menu | core/ |
Tests block local tasks. | ||||
BlockManager | class | Drupal\Core\Block | core/ |
Manages discovery and instantiation of block plugins. | 1 | |||
BlockManagerInterface | interface | Drupal\Core\Block | core/ |
Provides an interface for the discovery and instantiation of block plugins. | 1 | 12 | ||
BlockManagerTest | class | Drupal\Tests\Core\Block | core/ |
@coversDefaultClass \Drupal\Core\Block\BlockManager | ||||
BlockPageDisplayVariantSubscriber | class | Drupal\block\EventSubscriber | core/ |
Selects the block page display variant. | 2 | |||
BlockPageVariant | class | Drupal\block\Plugin\DisplayVariant | core/ |
Provides a page display variant that decorates the main content with blocks. | 1 | |||
BlockPageVariantTest | class | Drupal\Tests\block\Unit\Plugin\DisplayVariant | core/ |
@coversDefaultClass \Drupal\block\Plugin\DisplayVariant\BlockPageVariant @group block | ||||
BlockPluginCollection | class | Drupal\block | core/ |
Provides a collection of block plugins. | 1 | |||
BlockPluginHasSettingsTrayFormAccessCheck | class | Drupal\settings_tray\Access | core/ |
Determines whether the requested block has a 'settings_tray' form. | 1 | 2 | ||
BlockPluginHasSettingsTrayFormAccessCheckTest | class | Drupal\Tests\settings_tray\Unit\Access | core/ |
@coversDefaultClass \Drupal\settings_tray\Access\BlockPluginHasSettingsTrayFormAccessCheck @group settings_tray | ||||
BlockPluginId | class | Drupal\block\Plugin\migrate\process | core/ |
|||||
BlockPluginInterface | interface | Drupal\Core\Block | core/ |
Defines the required interface for all block plugins. | 6 | 24 | 1 | |
BlockPluginTrait | trait | Drupal\Core\Block | core/ |
Provides the base implementation of a block plugin. | 1 | |||
BlockRebuildTest | class | Drupal\Tests\block\Kernel | core/ |
Tests block_rebuild(). | ||||
BlockRegion | class | Drupal\block\Plugin\migrate\process | core/ |
1 | ||||
BlockRegionTest | class | Drupal\Tests\block\Unit\Plugin\migrate\process | core/ |
@coversDefaultClass \Drupal\block\Plugin\migrate\process\BlockRegion @group block | ||||
BlockRenderAlterContent | class | Drupal\block_test | core/ |
Implements a trusted preRender callback. | ||||
BlockRenderOrderTest | class | Drupal\Tests\block\Functional | core/ |
Tests blocks are being rendered in order by weight. | ||||
BlockRepository | class | Drupal\block | core/ |
Provides a repository for Block config entities. | 2 | 2 | ||
BlockRepositoryInterface | interface | Drupal\block | core/ |
1 | 1 | |||
BlockRepositoryTest | class | Drupal\Tests\block\Unit | core/ |
@coversDefaultClass \Drupal\block\BlockRepository @group block | ||||
BlockResourceTestBase | abstract class | Drupal\Tests\block\Functional\Rest | core/ |
Resource test base for the block entity. | 6 | |||
BlockSettings | class | Drupal\block\Plugin\migrate\process | core/ |
Determines the block settings. | 1 | |||
BlockSettingsTest | class | Drupal\Tests\block\Unit\Plugin\migrate\process | core/ |
@coversDefaultClass \Drupal\block\Plugin\migrate\process\BlockSettings @group block | ||||
BlockStorageUnitTest | class | Drupal\Tests\block\Kernel | core/ |
Tests the storage of blocks. | ||||
BlockSystemBrandingTest | class | Drupal\Tests\block\Functional | core/ |
Tests branding block display. | ||||
BlockTemplateSuggestionsTest | class | Drupal\Tests\block\Kernel | core/ |
Tests the block_theme_suggestions_block() function. | ||||
BlockTemplateSuggestionsTest | class | Drupal\Tests\block_content\Kernel | core/ |
Tests the block_content_theme_suggestions_block() function. | ||||
BlockTest | class | Drupal\Tests\block\Kernel\Plugin\migrate\source | core/ |
Tests block source plugin. | 1 | 1 | ||
BlockTest | class | Drupal\Tests\block\Functional | core/ |
Tests basic block functionality. | ||||
BlockTest | class | Drupal\Tests\jsonapi\Functional | core/ |
JSON:API integration test for the "Block" config entity type. | ||||
BlockTest | class | Drupal\Tests\views\Unit\Plugin\views\display | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\display\Block @group block | ||||
BlockTestBase | abstract class | Drupal\Tests\block\Functional | core/ |
Provides setup and helper methods for block module tests. | 2 | |||
BlockTestHooks | class | Drupal\block_test\Hook | core/ |
Hook implementations for block_test. |
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.