You are here

final public function QueuerAddForm::__construct in Purge 8.3

Construct a QueuerAddForm object.

Parameters

\Drupal\purge\Plugin\Purge\Queuer\QueuersServiceInterface $purge_queuers: The purge queuers service.

Overrides ConfigFormBase::__construct

File

modules/purge_ui/src/Form/QueuerAddForm.php, line 31

Class

QueuerAddForm
Add a queuer.

Namespace

Drupal\purge_ui\Form

Code

public final function __construct(QueuersServiceInterface $purge_queuers) {
  $this->purgeQueuers = $purge_queuers;
}