You are here

public function FancyFileDeleteCommands::__construct in Fancy File Delete 2.0.x

Constructs a new FancyFileDeleteCommands.

Parameters

\Drupal\fancy_file_delete\FancyFileDeleteBatch: The Batch Service.

File

src/Commands/FancyFileDeleteCommands.php, line 27

Class

FancyFileDeleteCommands
Class FancyFileDeleteCommands

Namespace

Drupal\fancy_file_delete\Commands

Code

public function __construct(FancyFileDeleteBatch $batch) {
  parent::__construct();
  $this->batch = $batch;
}