You are here

function drush_site_audit_audit_front_end in Site Audit 7

Render a Front End Report.

File

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

Code

function drush_site_audit_audit_front_end() {
  $report = new SiteAuditReportFrontEnd();
  $report
    ->render();
}