You are here

protected property Layout::$type in Layout 8.2

Layout derivative type.

Defines the subdirectory under ./layout where layout metadata is loooked for. Overriding implementations should change this to look for other types in a different subdirectory.

Type: string

File

lib/Drupal/layout/Plugin/Derivative/Layout.php, line 33
Definition of Drupal\layout\Plugin\Derivative\Layout.

Class

Layout
Layout plugin derivative definition.

Namespace

Drupal\layout\Plugin\Derivative

Code

protected $type = 'static';