You are here

public function PurgerCommands::__construct in Purge 8.3

Construct a PurgerCommands object.

Parameters

\Drupal\purge\Plugin\Purge\Purger\PurgersServiceInterface $purge_purgers: The purge purgers service.

File

modules/purge_drush/src/Commands/PurgerCommands.php, line 27

Class

PurgerCommands
Configure Purge Purgers from the command line.

Namespace

Drupal\purge_drush\Commands

Code

public function __construct(PurgersServiceInterface $purge_purgers) {
  parent::__construct();
  $this->purgePurgers = $purge_purgers;
}