You are here

public function SettingsForm::__construct in Bootstrap Basic Image Gallery 8

Constructs a \Drupal\system\ConfigFormBase object.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The factory for configuration objects.

Overrides ConfigFormBase::__construct

File

src/Form/SettingsForm.php, line 25

Class

SettingsForm
Defines a form that configures Questions and Answers settings.

Namespace

Drupal\bootstrap_basic_image_gallery\Form

Code

public function __construct(PathValidatorInterface $path_validator) {
  $this->pathValidator = $path_validator;
}