REGIONS_ALL

Same name in other branches
  1. 9 core/modules/system/system.module \REGIONS_ALL
  2. 8.9.x core/modules/system/system.module \REGIONS_ALL
  3. 10 core/modules/system/system.module \REGIONS_ALL
  4. 11.x core/modules/system/system.module \REGIONS_ALL

Return all regions.

See also

system_region_list()

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

File

modules/system/system.module, line 72

Code

define('REGIONS_ALL', 'all');

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.