abstract public function SiteAuditCheckAbstract::getDescription in Site Audit 7
Same name and namespace in other branches
- 8.2 Check/Abstract.php \SiteAuditCheckAbstract::getDescription()
Get a more verbose description of what is being checked.
Return value
string A sentence describing the check; shown in detail mode.
69 methods override SiteAuditCheckAbstract::getDescription()
- SiteAuditCheckBestPracticesFast404::getDescription in Check/
BestPractices/ Fast404.php - Implements \SiteAudit\Check\Abstract\getDescription().
- SiteAuditCheckBestPracticesMultisite::getDescription in Check/
BestPractices/ Multisite.php - Implements \SiteAudit\Check\Abstract\getDescription().
- SiteAuditCheckBestPracticesPhpFilter::getDescription in Check/
BestPractices/ PhpFilter.php - Implements \SiteAudit\Check\Abstract\getDescription().
- SiteAuditCheckBestPracticesSettings::getDescription in Check/
BestPractices/ Settings.php - Implements \SiteAudit\Check\Abstract\getDescription().
- SiteAuditCheckBestPracticesSitesAll::getDescription in Check/
BestPractices/ SitesAll.php - Implements \SiteAudit\Check\Abstract\getDescription().
File
- Check/
Abstract.php, line 176 - Contains \SiteAudit\Check\Abstract.
Class
- SiteAuditCheckAbstract
- Class SiteAuditCheckAbstract.
Code
public abstract function getDescription();