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

protected function systemRegionList($theme, $show = REGIONS_ALL) {
  return system_region_list($theme, $show);
}
doc_Drupal
2016-10-29 08:47:42
Comments
Leave a Comment

Please login to continue.