public property Layout::$regions in Layout Plugin (obsolete, use core's Layout Discovery) 8
An associative array of regions in this layout.
The key of the array is the machine name of the region, and the value is an associative array with the following keys:
- label: (string) The human-readable name of the region.
Any remaining keys may have special meaning for the given layout plugin, but are undefined here.
Type: array
File
- src/
Annotation/ Layout.php, line 152
Class
- Layout
- Defines a Layout annotation object.
Namespace
Drupal\layout_plugin\AnnotationCode
public $regions = array();