constant REGIONS_VISIBLE in Drupal 7
Same name and namespace in other branches
- 8 core/modules/system/system.module \REGIONS_VISIBLE
- 9 core/modules/system/system.module \REGIONS_VISIBLE
- 10 core/modules/system/system.module \REGIONS_VISIBLE
Return only visible regions.
See also
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.
File
- modules/
system/ system.module, line 60 - Configuration system that lets administrators modify the workings of the site.
Code
define('REGIONS_VISIBLE', 'visible');