You are here

abstract public function SiteAuditReportAbstract::getLabel in Site Audit 8.2

Same name and namespace in other branches
  1. 7 Report/Abstract.php \SiteAuditReportAbstract::getLabel()

Get the label for the report of what is being checked.

Return value

string Human readable label.

3 calls to SiteAuditReportAbstract::getLabel()
SiteAuditReportAbstract::toDrush in Report/Abstract.php
Render response using Drush.
SiteAuditReportAbstract::toHtml in Report/Abstract.php
Render response as HTML; does not include head, body, etc.
SiteAuditReportAbstract::toJson in Report/Abstract.php
Render response using JSON.
13 methods override SiteAuditReportAbstract::getLabel()
SiteAuditReportBestPractices::getLabel in Report/BestPractices.php
Implements \SiteAudit\Report\Abstract\getLabel().
SiteAuditReportCache::getLabel in Report/Cache.php
Implements \SiteAudit\Report\Abstract\getLabel().
SiteAuditReportCodebase::getLabel in Report/Codebase.php
Implements \SiteAudit\Report\Abstract\getLabel().
SiteAuditReportContent::getLabel in Report/Content.php
Implements \SiteAudit\Report\Abstract\getLabel().
SiteAuditReportCron::getLabel in Report/Cron.php
Implements \SiteAudit\Report\Abstract\getLabel().

... See full list

File

Report/Abstract.php, line 322
Contains \SiteAudit\Report\Abstract.

Class

SiteAuditReportAbstract
Class SiteAuditReportAbstract.

Code

public abstract function getLabel();