public function DisplayInterface::getAllRegionTypes in Layout 8.2
Returns the names of all region types to which blocks are assigned.
Return value
array An indexed array of unique region type names, or an empty array if no region types were assigned.
1 method overrides DisplayInterface::getAllRegionTypes()
- DisplayBase::getAllRegionTypes in lib/
Drupal/ layout/ Config/ DisplayBase.php - Implements DisplayInterface::getAllRegionTypes().
File
- lib/
Drupal/ layout/ Config/ DisplayInterface.php, line 85 - Definition of Drupal\layout\Config\DisplayInterface
Class
- DisplayInterface
- Interface describing a Display configuration object.
Namespace
Drupal\layout\ConfigCode
public function getAllRegionTypes();