constant REGIONS_VISIBLE

Return only visible regions.

See also

system_region_list()

5 uses of REGIONS_VISIBLE
block_admin_configure in drupal/core/modules/block/block.admin.inc
Form constructor for the block configuration form.
block_admin_display_form in drupal/core/modules/block/block.admin.inc
Form constructor for the main block administration form.
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 54
Configuration system that lets administrators modify the workings of the site.

Code

const REGIONS_VISIBLE = 'visible';