Search for block
- Search 7.x for block
 - Search 9.5.x for block
 - Search 10.3.x for block
 - Search 11.x for block
 - Other projects
 
Exact matches
| Title | Object type | File name | Summary | 
|---|---|---|---|
| Block | class | core/ | 
                      The plugin that handles a block. | 
| Block | class | core/ | 
                      Defines a Block configuration entity class. | 
| Block | class | core/ | 
                      Drupal block source from database. | 
| Block | class | core/ | 
                      Defines a Block annotation object. | 
All search results
| Title | Object type | File name | Summary | 
|---|---|---|---|
| BlockPluginTrait::getMachineNameSuggestion | function | core/ | 
                                                                                        |
| BlockPluginTrait::getPreviewFallbackString | function | core/ | 
                                                                                        |
| BlockPluginTrait::label | function | core/ | 
                                                                                        |
| BlockPluginTrait::setConfiguration | function | core/ | 
                                                                                        |
| BlockPluginTrait::setConfigurationValue | 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::validateConfigurationForm | function | core/ | 
                                                                                        Most block plugins should not override this method. To add validation for a specific block type, override BlockBase::blockValidate().  | 
              
| BlockPluginTrait::__construct | function | core/ | 
                                                                                        |
| 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 | class | core/ | 
                                                                                        Plugin annotation @MigrateProcessPlugin( id = "block_region" )  | 
              
| BlockRegion.php | file | core/ | 
                                                                                        |
| BlockRegion::$regions | property | core/ | 
                                                                                        List of regions, keyed by theme. | 
| BlockRegion::create | function | core/ | 
                                                                                        Creates an instance of the plugin. | 
| 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/ | 
                                                                                        If the source and destination themes are identical, the region should only be passed through if it actually exists in the destination theme.  | 
              
| BlockRegionTest::testTransformSameThemeRegionNotExists | function | core/ | 
                                                                                        If the source and destination themes are identical, the region should be changed to 'content' if it doesn't exist in the destination theme.  | 
              
| BlockRegionTest::transform | function | core/ | 
                                                                                        Transforms a value through the block_region plugin. | 
| BlockRemoveDisabledRegionUpdateTest | class | core/ | 
                                                                                        Tests the upgrade path for removal of disabled region. | 
| BlockRemoveDisabledRegionUpdateTest.php | file | core/ | 
                                                                                        |
| BlockRemoveDisabledRegionUpdateTest::$modules | property | core/ | 
                                                                                        Modules to enable after the database is loaded. | 
| BlockRemoveDisabledRegionUpdateTest::setDatabaseDumpFiles | function | core/ | 
                                                                                        Set database dump files to be used. | 
| BlockRemoveDisabledRegionUpdateTest::testUpdateHookN | function | core/ | 
                                                                                        Tests that block context mapping is updated properly. | 
| BlockRenderAlterContent | class | core/ | 
                                                                                        Implements a trusted preRender callback. | 
| BlockRenderAlterContent.php | file | core/ | 
                                                                                        |
| BlockRenderAlterContent::preRender | function | core/ | 
                                                                                        #pre_render callback for a block to alter its content. | 
| 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::$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/ | 
                                                                                        
Pagination
- Previous page
 - Page 27
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.