public function ConfigureSectionForm::getLayout in Layout builder ids 2.0.x
Same name and namespace in other branches
- 8 src/Form/ConfigureSectionForm.php \Drupal\layout_builder_ids\Form\ConfigureSectionForm::getLayout()
Get the layout plugin being modified.
Return value
\Drupal\Core\Layout\LayoutInterface|\Drupal\Core\Plugin\PluginFormInterface The layout plugin object.
File
- src/
Form/ ConfigureSectionForm.php, line 21
Class
- ConfigureSectionForm
- Class ConfigureSectionForm.
Namespace
Drupal\layout_builder_ids\FormCode
public function getLayout() {
return $this->layout;
}