Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
system.module
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
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'
;