You are here

public function LayouterForm::__construct in Layouter - WYSIWYG layout templates 8

File

src/Form/LayouterForm.php, line 36

Class

LayouterForm
Provides multistep ajax form for an layout choice.

Namespace

Drupal\layouter\Form

Code

public function __construct() {
  $this->templates = \Drupal::moduleHandler()
    ->invokeAll('layouter_templates_info');
}