You are here

abstract public function SiteAuditCheckAbstract::getLabel in Site Audit 7

Same name and namespace in other branches
  1. 8.2 Check/Abstract.php \SiteAuditCheckAbstract::getLabel()

Get the label for the check that describes, high level what is happening.

Return value

string Get the label for the check that describes, high level what is happening.

69 methods override SiteAuditCheckAbstract::getLabel()
SiteAuditCheckBestPracticesFast404::getLabel in Check/BestPractices/Fast404.php
Implements \SiteAudit\Check\Abstract\getLabel().
SiteAuditCheckBestPracticesMultisite::getLabel in Check/BestPractices/Multisite.php
Implements \SiteAudit\Check\Abstract\getLabel().
SiteAuditCheckBestPracticesPhpFilter::getLabel in Check/BestPractices/PhpFilter.php
Implements \SiteAudit\Check\Abstract\getLabel().
SiteAuditCheckBestPracticesSettings::getLabel in Check/BestPractices/Settings.php
Implements \SiteAudit\Check\Abstract\getLabel().
SiteAuditCheckBestPracticesSitesAll::getLabel in Check/BestPractices/SitesAll.php
Implements \SiteAudit\Check\Abstract\getLabel().

... See full list

File

Check/Abstract.php, line 168
Contains \SiteAudit\Check\Abstract.

Class

SiteAuditCheckAbstract
Class SiteAuditCheckAbstract.

Code

public abstract function getLabel();