You are here

public function ModuleSettingsForm::__construct in Layout Builder Styles 8

Constructs a new RestrictionPluginConfigForm object.

File

src/Form/ModuleSettingsForm.php, line 25

Class

ModuleSettingsForm
Class ModuleSettingsForm.

Namespace

Drupal\layout_builder_styles\Form

Code

public function __construct(ConfigManager $config_manager) {
  $this->configManager = $config_manager;
}