BlockListBuilder::systemRegionList

protected BlockListBuilder::systemRegionList($theme, $show = REGIONS_ALL)

Wraps system_region_list().

File

core/modules/block/src/BlockListBuilder.php, line 381

Class

BlockListBuilder
Defines a class to build a listing of block entities.

Namespace

Drupal\block

Code

1
2
3
protected function systemRegionList($theme, $show = REGIONS_ALL) {
  return system_region_list($theme, $show);
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.