You are here

public function ConfigureSectionForm::getLayout in Layout builder ids 8

Same name and namespace in other branches
  1. 2.0.x 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\Form

Code

public function getLayout() {
  return $this->layout;
}