You are here

constant BlockRepositoryInterface::REGIONS_ALL in Drupal 9

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

Return all regions.

See also

system_region_list()

File

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

Class

BlockRepositoryInterface

Namespace

Drupal\block

Code

const REGIONS_ALL = 'all';