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