constant REGIONS_ALL

Return all regions.

See also

system_region_list()

4 uses of REGIONS_ALL
DrupalSetContentTestCase::testRegions in drupal/modules/simpletest/tests/common.test
Test setting and retrieving content for theme regions.
system_page_alter in drupal/modules/system/system.module
Implements hook_page_alter().
system_region_list in drupal/modules/system/system.module
Get a list of available regions from a specified theme.
template_preprocess_page in drupal/includes/theme.inc
Preprocess variables for page.tpl.php

File

drupal/modules/system/system.module, line 67
Configuration system that lets administrators modify the workings of the site.

Code

define('REGIONS_ALL', 'all');