Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| BlockPluginTrait::setInPreview | function | core/ |
|
| BlockPluginTrait::setTransliteration | function | core/ |
Sets the transliteration service. |
| BlockPluginTrait::submitConfigurationForm | function | core/ |
Most block plugins should not override this method. To add submission handling for a specific block type, override BlockBase::blockSubmit(). |
| BlockPluginTrait::transliteration | function | core/ |
Wraps the transliteration service. |
| BlockPluginTrait::__construct | function | core/ |
|
| blockquote.admin.css | file | core/ |
.ckeditor5-toolbar-button-blockQuote { background-image: url(../icons/blockquote.svg); } |
| BlockRebuildTest | class | core/ |
Tests block_rebuild(). |
| BlockRebuildTest.php | file | core/ |
|
| BlockRebuildTest::$modules | property | core/ |
Modules to enable. |
| BlockRebuildTest::setUp | function | core/ |
|
| BlockRebuildTest::setUpBeforeClass | function | core/ |
|
| BlockRebuildTest::testRebuildInvalidBlocks | function | core/ |
@covers ::block_rebuild[[api-linebreak]] |
| BlockRebuildTest::testRebuildNoBlocks | function | core/ |
@covers ::block_rebuild[[api-linebreak]] |
| BlockRebuildTest::testRebuildNoInvalidBlocks | function | core/ |
@covers ::block_rebuild[[api-linebreak]] |
| BlockRegion::$regions | property | core/ |
List of regions, keyed by theme. |
| BlockRegion::transform | function | core/ |
Performs the associated process. |
| BlockRegion::__construct | function | core/ |
Constructs a BlockRegion plugin instance. |
| BlockRegionTest | class | core/ |
@coversDefaultClass \Drupal\block\Plugin\migrate\process\BlockRegion[[api-linebreak]] @group block |
| BlockRegionTest.php | file | core/ |
|
| BlockRegionTest::testTransformSameThemeRegionExists | function | core/ |
Tests transforming a block with the same theme and an existing region. |
| BlockRegionTest::testTransformSameThemeRegionNotExists | function | core/ |
Tests transforming a block with the same theme and a non-existent region. |
| BlockRegionTest::transform | function | core/ |
Transforms a value through the block_region plugin. |
| BlockRenderOrderTest | class | core/ |
Tests blocks are being rendered in order by weight. |
| BlockRenderOrderTest.php | file | core/ |
|
| BlockRenderOrderTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| BlockRenderOrderTest::$modules | property | core/ |
Modules to install. |
| BlockRenderOrderTest::setUp | function | core/ |
|
| BlockRenderOrderTest::testBlockRenderOrder | function | core/ |
Tests the render order of the blocks. |
| BlockRepository | class | core/ |
Provides a repository for Block config entities. |
| BlockRepository.php | file | core/ |
|
| BlockRepository::$blockStorage | property | core/ |
The block storage. |
| BlockRepository::$contextHandler | property | core/ |
The context handler. |
| BlockRepository::$themeManager | property | core/ |
The theme manager. |
| BlockRepository::getVisibleBlocksPerRegion | function | core/ |
Returns an array of regions and their block entities. |
| BlockRepository::__construct | function | core/ |
Constructs a new BlockRepository. |
| BlockRepositoryInterface | interface | core/ |
|
| BlockRepositoryInterface.php | file | core/ |
|
| BlockRepositoryInterface::getVisibleBlocksPerRegion | function | core/ |
Returns an array of regions and their block entities. |
| BlockRepositoryInterface::REGIONS_ALL | constant | core/ |
Return all regions. |
| BlockRepositoryInterface::REGIONS_VISIBLE | constant | core/ |
Return only visible regions. |
| BlockRepositoryTest | class | core/ |
@coversDefaultClass \Drupal\block\BlockRepository[[api-linebreak]] @group block |
| BlockRepositoryTest.php | file | core/ |
|
| BlockRepositoryTest::$blockRepository | property | core/ |
|
| BlockRepositoryTest::$blockStorage | property | core/ |
|
| BlockRepositoryTest::$contextHandler | property | core/ |
|
| BlockRepositoryTest::$theme | property | core/ |
|
| BlockRepositoryTest::providerBlocksConfig | function | core/ |
|
| BlockRepositoryTest::setUp | function | core/ |
|
| BlockRepositoryTest::testGetVisibleBlocksPerRegion | function | core/ |
Tests the retrieval of block entities. |
| BlockRepositoryTest::testGetVisibleBlocksPerRegionWithContext | function | core/ |
Tests the retrieval of block entities that are context-aware. |
Pagination
- Previous page
- Page 88
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.