You are here

constant BlockRepositoryInterface::REGIONS_VISIBLE in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/block/src/BlockRepositoryInterface.php \Drupal\block\BlockRepositoryInterface::REGIONS_VISIBLE

Return only visible regions.

See also

system_region_list()

File

core/modules/block/src/BlockRepositoryInterface.php, line 12

Class

BlockRepositoryInterface

Namespace

Drupal\block

Code

const REGIONS_VISIBLE = 'visible';