protected property Layout::$type

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

drupal/core/modules/layout/lib/Drupal/layout/Plugin/Derivative/Layout.php, line 41
Definition of Drupal\layout\Plugin\Derivative\Layout.

Class

Layout
Layout plugin derivative definition.

Namespace

Drupal\layout\Plugin\Derivative

Code

protected $type = 'static';