You are here

public function ShurlySettingsForm::__construct in ShURLy 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/ShurlySettingsForm.php, line 18

Class

ShurlySettingsForm
ShurlySettingsForm.

Namespace

Drupal\shurly\Form

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  parent::__construct($config_factory);
}