Same name and namespace in other branches
  1. 8.9.x core/modules/system/system.module \REGIONS_VISIBLE
  2. 9 core/modules/system/system.module \REGIONS_VISIBLE

Return only visible regions.

See also

system_region_list()

6 uses of REGIONS_VISIBLE
block_admin_configure in modules/block/block.admin.inc
Form constructor for the block configuration form.
block_admin_display_form in modules/block/block.admin.inc
Form constructor for the main block administration form.
block_page_build in modules/block/block.module
Implements hook_page_build().
block_theme_initialize in modules/block/block.module
Assigns an initial, default set of blocks for a theme.
dashboard_admin_blocks in modules/dashboard/dashboard.module
Page callback: Builds the page for administering dashboard blocks.

... See full list

File

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

Code

define('REGIONS_VISIBLE', 'visible');