You are here

public property Layout::$type in Layout Plugin (obsolete, use core's Layout Discovery) 8

The layout type.

Available options:

  • full: Layout for the whole page.
  • page: Layout for the main page response.
  • partial: A partial layout that is typically used for sub-regions.

Type: string

File

src/Annotation/Layout.php, line 41

Class

Layout
Defines a Layout annotation object.

Namespace

Drupal\layout_plugin\Annotation

Code

public $type = 'page';