final public function ConfigurationForm::__construct in URLs queuer 8
Constructs a ConfigurationForm object.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The factory for configuration objects.
\Drupal\Core\Messenger\MessengerInterface $messenger: The messenger service.
Overrides ConfigFormBase::__construct
File
- src/
Form/ ConfigurationForm.php, line 34
Class
- ConfigurationForm
- Configuration form for the Url and Path queuer.
Namespace
Drupal\purge_queuer_url\FormCode
public final function __construct(ConfigFactoryInterface $config_factory, MessengerInterface $messenger) {
$this
->setConfigFactory($config_factory);
$this->messenger = $messenger;
}