constant REGIONS_VISIBLE

Return only visible regions.

See also

system_region_list()

5 uses of REGIONS_VISIBLE
BlockFormController::form in drupal/core/modules/block/lib/Drupal/block/BlockFormController.php
Overrides \Drupal\Core\Entity\EntityFormController::form().
BlockListController::load in drupal/core/modules/block/lib/Drupal/block/BlockListController.php
Overrides \Drupal\Core\Config\Entity\ConfigEntityListController::load().
block_page_build in drupal/core/modules/block/block.module
Implements hook_page_build().
block_theme_initialize in drupal/core/modules/block/block.module
Assigns an initial, default set of blocks for a theme.
system_default_region in drupal/core/modules/system/system.module
Gets the name of the default region for a given theme.

File

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

Code

const REGIONS_VISIBLE = 'visible';