You are here

public function LayoutForm::__construct in Bootstrap Layout Builder 1.x

Same name and namespace in other branches
  1. 2.x src/Form/LayoutForm.php \Drupal\bootstrap_layout_builder\Form\LayoutForm::__construct()

Constructs a BootstrapLayoutBuilderBreakpointsForm object.

Parameters

\Drupal\Core\Messenger\MessengerInterface $messenger: The messenger.

File

src/Form/LayoutForm.php, line 29

Class

LayoutForm
Class LayoutForm.

Namespace

Drupal\bootstrap_layout_builder\Form

Code

public function __construct(MessengerInterface $messenger) {
  $this->messenger = $messenger;
}