You are here

public function ConfigureSectionForm::getLayout in Layout Builder Styles 8

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_styles\Form

Code

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