Search for region
- Search 7.x for region
- Search 9.5.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. |
BlockHiddenRegionTest | class | core/ |
Tests that a newly installed theme does not inherit blocks to its hidden regions. |
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::BLOCK_REGION_NONE | constant | core/ |
Denotes that a block is not enabled in any region and should not be shown. |
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 an active block assigned to a non-existing region triggers the warning message and is disabled. |
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/ |
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. |
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. |
BlockTestBase::$regions | property | core/ |
A list of theme regions to test. |
BlockUiTest::$regions | property | core/ |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.