public property Style::$type in Styles API 8
The layout type.
Available options:
- block: Layout for the whole page.
- region: Layout for the main page response.
- element: A partial layout that is typically used for sub-regions.
Type: string
File
- src/
Annotation/ Style.php, line 45 - Contains Drupal\styles_api\Annotation\Style.
Class
- Style
- Defines a Layout annotation object.
Namespace
Drupal\styles_api\AnnotationCode
public $type = 'block';