final public function QueueBrowserForm::__construct in Purge 8.3
Construct a QueueBrowserForm object.
Parameters
\Drupal\purge\Plugin\Purge\Queue\QueueServiceInterface $purge_queue: The purge queue service.
File
- modules/
purge_ui/ src/ Form/ QueueBrowserForm.php, line 38
Class
- QueueBrowserForm
- The queue data browser.
Namespace
Drupal\purge_ui\FormCode
public final function __construct(QueueServiceInterface $purge_queue) {
$this->purgeQueue = $purge_queue;
}