11 calls to system_region_list()

block_admin_configure in drupal/core/modules/block/block.admin.inc
Form constructor for the block configuration form.
block_admin_display_form in drupal/core/modules/block/block.admin.inc
Form constructor for the main block administration form.
block_page_build in drupal/core/modules/block/block.module
Implements hook_page_build().
block_theme_initialize in drupal/core/modules/block/block.module
Assigns an initial, default set of blocks for a theme.
InfoAlterTest::testSystemInfoAlter in drupal/core/modules/system/lib/Drupal/system/Tests/System/InfoAlterTest.php
Tests that theme .info data is rebuild after enabling a module.
RegionContentTest::testRegions in drupal/core/modules/system/lib/Drupal/system/Tests/Common/RegionContentTest.php
Tests setting and retrieving content for theme regions.
system_default_region in drupal/core/modules/system/system.module
Gets the name of the default region for a given theme.
system_page_alter in drupal/core/modules/system/system.module
Implements hook_page_alter().
template_preprocess_page in drupal/core/includes/theme.inc
Preprocess variables for page.tpl.php
_block_compare in drupal/core/modules/block/block.admin.inc
Sorts active blocks by region, then by weight; sorts inactive blocks by name.
_block_rehash in drupal/core/modules/block/block.module
Updates the 'block' DB table with the blocks currently exported by modules.