public property Layout::$class in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Layout/Annotation/Layout.php \Drupal\Core\Layout\Annotation\Layout::class
- 9 core/lib/Drupal/Core/Layout/Annotation/Layout.php \Drupal\Core\Layout\Annotation\Layout::class
The layout plugin class.
This default value is used for plugins defined in layouts.yml that do not specify a class themselves.
Type: string
File
- core/
lib/ Drupal/ Core/ Layout/ Annotation/ Layout.php, line 166
Class
- Layout
- Defines a Layout annotation object.
Namespace
Drupal\Core\Layout\AnnotationCode
public $class = LayoutDefault::class;