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 |
---|---|---|---|---|---|---|---|---|
BlockContentViewsData | class | Drupal\block_content | core/ |
Provides the views data for the block_content entity type. | ||||
BlockContentWizardTest | class | Drupal\Tests\block_content\Functional\Views | core/ |
Tests block_content wizard and generic entity integration. | ||||
BlockContentXmlAnonTest | class | Drupal\Tests\block_content\Functional\Rest | core/ |
@group rest | ||||
BlockContentXmlBasicAuthTest | class | Drupal\Tests\block_content\Functional\Rest | core/ |
@group rest | ||||
BlockContentXmlCookieTest | class | Drupal\Tests\block_content\Functional\Rest | core/ |
@group rest | ||||
BlockContextMappingUpdateFilledTest | class | Drupal\Tests\block\Functional\Update | core/ |
Runs BlockContextMappingUpdateTest with a dump filled with content. | ||||
BlockContextMappingUpdateTest | class | Drupal\Tests\block\Functional\Update | core/ |
Tests the upgrade path for block context mapping renames. | 1 | |||
BlockController | class | Drupal\block\Controller | core/ |
Controller routines for admin block routes. | ||||
BlockCreationTrait | in drupal:8.4.0 and is removed from drupal:9.0.0. Use \Drupal\Tests\block\Traits\BlockCreationTrait instead. |
trait | Drupal\simpletest | core/ |
Provides methods to create and place block with default settings. | |||
BlockCreationTrait | trait | Drupal\Tests\block\Traits | core/ |
Provides methods to create and place block with default settings. | 12 | |||
BlockCustom | class | Drupal\block_content\Plugin\migrate\source\d7 | core/ |
Drupal 7 custom block source from database. | ||||
BlockCustomTest | class | Drupal\Tests\block_content\Kernel\Plugin\migrate\source\d7 | core/ |
Tests d7_block_custom source plugin. | ||||
BlockCustomTranslation | class | Drupal\block_content\Plugin\migrate\source\d7 | core/ |
Gets Drupal 7 custom block translation from database. | 1 | 1 | ||
BlockCustomTranslationTest | class | Drupal\Tests\block_content\Kernel\Plugin\migrate\source\d7 | core/ |
Tests i18n custom block translations source plugin. | ||||
BlockDeleteForm | class | Drupal\block\Form | core/ |
Provides a deletion confirmation form for the block instance deletion form. | ||||
BlockDemoTest | class | Drupal\Tests\block\Functional | core/ |
Tests the block demo page with admin themes. | ||||
BlockDependenciesTest | class | Drupal\Tests\views\Kernel\Plugin | core/ |
Tests views block config dependencies functionality. | ||||
BlockedIp | class | Drupal\ban\Plugin\migrate\destination | core/ |
Destination for blocked IP addresses. | 1 | |||
BlockedIps | class | Drupal\ban\Plugin\migrate\source\d7 | core/ |
Drupal 7 blocked IPs from database. | ||||
BlockedIpsTest | class | Drupal\Tests\ban\Kernel\Plugin\migrate\source\d7 | core/ |
Tests D7 blocked_ip source plugin. | ||||
BlockEntityOffCanvasFormRouteProcessorBC | class | Drupal\settings_tray\RouteProcessor | core/ |
Processes the Block entity off-canvas form BC route. | 2 | |||
BlockEntitySettingTrayForm | class | Drupal\settings_tray\Block | core/ |
Provides form for block instance forms when used in the off-canvas dialog. | 1 | |||
BlockExposedFilterAJAXTest | class | Drupal\Tests\views\FunctionalJavascript | core/ |
Tests the exposed filter ajax functionality in a block. | ||||
BlockFilterTest | class | Drupal\Tests\layout_builder\FunctionalJavascript | core/ |
Tests the JavaScript functionality of the block add filter. | ||||
BlockFilterTest | class | Drupal\Tests\block\FunctionalJavascript | core/ |
Tests the JavaScript functionality of the block add filter. | 1 | 1 | ||
BlockForm | class | Drupal\block | core/ |
Provides form for block instance forms. | 1 | 2 | ||
BlockFormInBlockTest | class | Drupal\Tests\block\Functional | core/ |
Tests form in block caching. | ||||
BlockFormMessagesTest | class | Drupal\Tests\layout_builder\FunctionalJavascript | core/ |
Tests that messages appear in the off-canvas dialog with configuring blocks. | ||||
BlockFormTest | class | Drupal\Tests\block\Unit | core/ |
@coversDefaultClass \Drupal\block\BlockForm @group block | ||||
BlockHalJsonAnonTest | class | Drupal\Tests\block\Functional\Hal | core/ |
@group hal | ||||
BlockHalJsonBasicAuthTest | class | Drupal\Tests\block\Functional\Hal | core/ |
@group hal | ||||
BlockHalJsonCookieTest | class | Drupal\Tests\block\Functional\Hal | core/ |
@group hal | ||||
BlockHasOverridesAccessCheck | class | Drupal\settings_tray\Access | core/ |
Determines whether the requested block has a 'settings_tray' form. | 2 | |||
BlockHiddenRegionTest | class | Drupal\Tests\block\Functional | core/ |
Tests that a newly installed theme does not inherit blocks to its hidden regions. | ||||
BlockHookOperationTest | class | Drupal\Tests\block\Functional | core/ |
Tests for Block module regarding hook_entity_operations_alter(). | ||||
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 | 8 | ||
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 an active block assigned to a non-existing region triggers the warning message and is disabled. | ||||
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 if a block can be configured to be only visible on a particular language. | ||||
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. | ||||
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 | 2 |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.