You are here

protected property ConfigureSectionForm::$layout in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/src/Form/ConfigureSectionForm.php \Drupal\layout_builder\Form\ConfigureSectionForm::layout

The plugin being configured.

Type: \Drupal\Core\Layout\LayoutInterface|\Drupal\Core\Plugin\PluginFormInterface

File

core/modules/layout_builder/src/Form/ConfigureSectionForm.php, line 44

Class

ConfigureSectionForm
Provides a form for configuring a layout section.

Namespace

Drupal\layout_builder\Form

Code

protected $layout;