You are here

function drush_site_audit_audit_cron in Site Audit 7

Render a Cron report.

File

./site_audit.drush.inc, line 727
Drupal site auditing commands.

Code

function drush_site_audit_audit_cron() {
  $report = new SiteAuditReportCron();
  $report
    ->render();
}