Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. system.module

REGIONS_VISIBLE

Return only visible regions.

See also

system_region_list()

7 uses of REGIONS_VISIBLE
BlockController::getVisibleRegionNames in core/modules/block/src/Controller/BlockController.php
Returns the human-readable list of regions keyed by machine name.
BlockDeleteForm::getDeletionMessage in core/modules/block/src/Form/BlockDeleteForm.php
Gets the message to display to the user after deleting the entity.
BlockDeleteForm::getQuestion in core/modules/block/src/Form/BlockDeleteForm.php
BlockForm::form in core/modules/block/src/BlockForm.php
Gets the actual form array to be built.
BlockListBuilder::buildBlocksForm in core/modules/block/src/BlockListBuilder.php
Builds the main "Blocks" portion of the form.

... See full list

File

core/modules/system/system.module, line 34

Code

const REGIONS_VISIBLE = 'visible';
RSS feed
Powered by Drupal