You are here

public function SettingsForm::__construct in Juicebox HTML5 Responsive Image Galleries 8.3

Constructs a new SettingsForm object.

Parameters

\Drupal\juicebox\JuiceboxFormatter $juicebox_formatter: The Juicebox formatter service.

Overrides ConfigFormBase::__construct

File

src/Form/SettingsForm.php, line 30

Class

SettingsForm
Defines a form that configures global Juicebox settings.

Namespace

Drupal\juicebox\Form

Code

public function __construct(JuiceboxFormatter $juicebox_formatter) {
  $this->juiceboxFormatter = $juicebox_formatter;
}