You are here

protected property Layout::$derivatives in Layout 8

List of derivatives.

Associative array keyed by responsive layout machine name. The values of the array are associative arrays themselves with metadata about the layout such as the order of regions and breakpoint overrides.

Type: array

File

lib/Drupal/rlayout/Plugin/Derivative/Layout.php, line 26
Definition of Drupal\rlayout\Plugin\Derivative\Layout.

Class

Layout
Layout plugin derivative definition.

Namespace

Drupal\rlayout\Plugin\Derivative

Code

protected $derivatives = array();