You are here

constant REGIONS_ALL in Drupal 8

Same name and namespace in other branches
  1. 7 modules/system/system.module \REGIONS_ALL
  2. 9 core/modules/system/system.module \REGIONS_ALL

Return all regions.

See also

system_region_list()

1 use of REGIONS_ALL
system_region_list in core/modules/system/system.module
Get a list of available regions from a specified theme.

File

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

Code

const REGIONS_ALL = 'all';