function BlockListBuilder::systemRegionList
Same name in other branches
- 9 core/modules/block/src/BlockListBuilder.php \Drupal\block\BlockListBuilder::systemRegionList()
- 10 core/modules/block/src/BlockListBuilder.php \Drupal\block\BlockListBuilder::systemRegionList()
- 11.x core/modules/block/src/BlockListBuilder.php \Drupal\block\BlockListBuilder::systemRegionList()
Wraps system_region_list().
1 call to BlockListBuilder::systemRegionList()
- BlockListBuilder::buildBlocksForm in core/
modules/ block/ src/ BlockListBuilder.php - Builds the main "Blocks" portion of the form.
File
-
core/
modules/ block/ src/ BlockListBuilder.php, line 389
Class
- BlockListBuilder
- Defines a class to build a listing of block entities.
Namespace
Drupal\blockCode
protected function systemRegionList($theme, $show = REGIONS_ALL) {
return system_region_list($theme, $show);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.