public function HackedCommands::buildReportBatch in Hacked! 8.2
Batch callback to build Hacked! report.
File
- src/
Commands/ HackedCommands.php, line 391
Class
- HackedCommands
- A Drush commandfile for Hacked! module.
Namespace
Drupal\hacked\CommandsCode
public function buildReportBatch($project_name, &$context) {
$this->moduleHandler
->loadInclude('hacked', 'inc', 'hacked.report');
hacked_build_report_batch($project_name, $context);
}