constant REGIONS_ALL in Drupal 10
Same name and namespace in other branches
- 8 core/modules/system/system.module \REGIONS_ALL
- 7 modules/system/system.module \REGIONS_ALL
- 9 core/modules/system/system.module \REGIONS_ALL
Return all regions.
See also
3 uses of REGIONS_ALL
- BlockDeleteForm::systemRegionList in core/
modules/ block/ src/ Form/ BlockDeleteForm.php - Wraps system_region_list().
- BlockListBuilder::systemRegionList in core/
modules/ block/ src/ BlockListBuilder.php - Wraps system_region_list().
- 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 63 - Configuration system that lets administrators modify the workings of the site.
Code
const REGIONS_ALL = 'all';