abstract public function SiteAuditReportAbstract::getLabel in Site Audit 7
Same name and namespace in other branches
- 8.2 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.
16 methods override SiteAuditReportAbstract::getLabel()
- SiteAuditReportBestPractices::getLabel in Report/
BestPractices.php - Implements \SiteAudit\Report\Abstract\getLabel().
- SiteAuditReportBlock::getLabel in Report/
Block.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().
File
- Report/
Abstract.php, line 324 - Contains \SiteAudit\Report\Abstract.
Class
- SiteAuditReportAbstract
- Class SiteAuditReportAbstract.
Code
public abstract function getLabel();