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\CommandsCode
public function __construct(FancyFileDeleteBatch $batch) {
parent::__construct();
$this->batch = $batch;
}