Search for region
- Search 7.x for region
- Search 8.9.x for region
- Search 10.3.x for region
- Search 11.x for region
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ActiveTheme::$regions | property | core/ |
The regions provided by the theme. |
ActiveTheme::getRegions | function | core/ |
The regions used by the theme. |
AssertContentTrait::assertNoLinkByHrefInMainRegion | function | core/ |
Passes if a link containing a given href is not found in the main region. |
Block::$region | property | core/ |
The region this block is placed in. |
Block::getRegion | function | core/ |
Returns the region this block is placed in. |
Block::setRegion | function | core/ |
Sets the region this block is placed in. |
BlockController::getVisibleRegionNames | function | core/ |
Returns the human-readable list of regions keyed by machine name. |
BlockDeleteForm::systemRegionList | function | core/ |
Wraps system_region_list(). |
BlockHiddenRegionTest | class | core/ |
Tests that blocks are not added to hidden regions on theme installation. |
BlockHiddenRegionTest.php | file | core/ |
|
BlockHiddenRegionTest::$adminUser | property | core/ |
An administrative user to configure the test environment. |
BlockHiddenRegionTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
BlockHiddenRegionTest::$modules | property | core/ |
Modules to install. |
BlockHiddenRegionTest::setUp | function | core/ |
|
BlockHiddenRegionTest::testBlockNotInHiddenRegion | function | core/ |
Tests that hidden regions do not inherit blocks when a theme is installed. |
BlockInterface::getRegion | function | core/ |
Returns the region this block is placed in. |
BlockInterface::setRegion | function | core/ |
Sets the region this block is placed in. |
BlockInvalidRegionTest | class | core/ |
Tests that blocks assigned to invalid regions are disabled with a warning. |
BlockInvalidRegionTest.php | file | core/ |
|
BlockInvalidRegionTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
BlockInvalidRegionTest::$modules | property | core/ |
Modules to install. |
BlockInvalidRegionTest::setUp | function | core/ |
|
BlockInvalidRegionTest::testBlockInInvalidRegion | function | core/ |
Tests that blocks assigned to invalid regions work correctly. |
BlockListBuilder::systemRegionList | function | core/ |
Wraps system_region_list(). |
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 @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. |
BlockRepository::getVisibleBlocksPerRegion | function | core/ |
Returns an array of regions and their block entities. |
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::testGetVisibleBlocksPerRegion | function | core/ |
Tests the retrieval of block entities. |
BlockRepositoryTest::testGetVisibleBlocksPerRegionWithContext | function | core/ |
Tests the retrieval of block entities that are context-aware. |
BlockTest::moveBlockToRegion | function | core/ |
Moves a block to a given region via the UI and confirms the result. |
BlockTestBase::$regions | property | core/ |
A list of theme regions to test. |
BlockUiTest::$regions | property | core/ |
|
ConfigureBlockFormBase::$region | property | core/ |
The current region. |
EntityDisplayBase::getDefaultRegion | function | core/ |
Gets the default region. |
EntityDisplayFormBase::getRegionOptions | function | core/ |
Returns an associative array of all regions. |
EntityDisplayFormBase::getRegions | function | core/ |
Get the regions needed to create the overview form. |
EntityDisplayFormBase::getRowRegion | function | core/ |
Returns the region to which a row in the display overview belongs. |
EntityDisplayWithLayoutInterface::getDefaultRegion | function | core/ |
Gets the default region. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.