constant REGIONS_ALL in Drupal 7
Same name and namespace in other branches
- 8 core/modules/system/system.module \REGIONS_ALL
- 9 core/modules/system/system.module \REGIONS_ALL
Return all regions.
See also
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 67 - Configuration system that lets administrators modify the workings of the site.
Code
define('REGIONS_ALL', 'all');