You are here

public function GridStackForm::__construct in GridStack 8

Constructs a GridStackForm object.

File

modules/gridstack_ui/src/Form/GridStackForm.php, line 53

Class

GridStackForm
Extends base form for gridstack instance configuration form.

Namespace

Drupal\gridstack_ui\Form

Code

public function __construct(FileSystemInterface $file_system, Messenger $messenger, BlazyAdminInterface $blazy_admin, GridStackManagerInterface $manager) {
  $this->fileSystem = $file_system;
  $this->messenger = $messenger;
  $this->blazyAdmin = $blazy_admin;
  $this->manager = $manager;
}