12 calls to system_region_list() in Drupal 7
- block_admin_configure in modules/
block/ block.admin.inc - Form constructor for the block configuration form.
- block_admin_display_form in modules/
block/ block.admin.inc - Form constructor for the main block administration form.
- block_page_build in modules/
block/ block.module - Implements hook_page_build().
- block_theme_initialize in modules/
block/ block.module - Assigns an initial, default set of blocks for a theme.
- dashboard_admin_blocks in modules/
dashboard/ dashboard.module - Page callback: Builds the page for administering dashboard blocks.
- DrupalSetContentTestCase::testRegions in modules/
simpletest/ tests/ common.test - Test setting and retrieving content for theme regions.
- SystemInfoAlterTestCase::testSystemInfoAlter in modules/
system/ system.test - Tests that {system}.info is rebuilt after a module that implements hook_system_info_alter() is enabled. Also tests if core *_list() functions return freshly altered info.
- system_default_region in modules/
system/ system.module - Get the name of the default region for a given theme.
- system_page_alter in modules/
system/ system.module - Implements hook_page_alter().
- template_preprocess_page in includes/
theme.inc - Preprocess variables for page.tpl.php
- _block_compare in modules/
block/ block.admin.inc - Sorts active blocks by region, then by weight; sorts inactive blocks by name.
- _block_rehash in modules/
block/ block.module - Updates the 'block' DB table with the blocks currently exported by modules.