You are here

public function DynamicLayoutForm::__construct in Dynamic Layouts 8

Constructs a new DynamicLayoutForm.

Parameters

\Drupal\Core\Render\RendererInterface $renderer: The renderer.

File

src/Form/DynamicLayoutForm.php, line 40

Class

DynamicLayoutForm
Form controller for the DynamicLayout entity edit forms.

Namespace

Drupal\dynamic_layouts\Form

Code

public function __construct(RendererInterface $renderer) {
  $this->renderer = $renderer;
}