constant REGIONS_VISIBLE in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/system/system.module \REGIONS_VISIBLE
Return only visible regions.
See also
6 uses of REGIONS_VISIBLE
- BlockController::getVisibleRegionNames in core/
modules/ block/ src/ Controller/ BlockController.php - Returns the human-readable list of regions keyed by machine name.
- BlockForm::form in core/
modules/ block/ src/ BlockForm.php - Gets the actual form array to be built.
- BlockForm::themeSwitch in core/
modules/ block/ src/ BlockForm.php - Handles switching the available regions based on the selected theme.
- BlockListBuilder::buildBlocksForm in core/
modules/ block/ src/ BlockListBuilder.php - Builds the main "Blocks" portion of the form.
- block_theme_initialize in core/
modules/ block/ block.module - Assigns an initial, default set of blocks for a theme.
File
- core/
modules/ system/ system.module, line 64 - Configuration system that lets administrators modify the workings of the site.
Code
const REGIONS_VISIBLE = 'visible';