abstract public function SiteAuditCheckAbstract::getDescription in Site Audit 8.2
Same name and namespace in other branches
- 7 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.
64 methods override SiteAuditCheckAbstract::getDescription()
- SiteAuditCheckBestPracticesFast404::getDescription in Check/
BestPractices/ Fast404.php - Implements \SiteAudit\Check\Abstract\getDescription().
- SiteAuditCheckBestPracticesFolderStructure::getDescription in Check/
BestPractices/ FolderStructure.php - Implements \SiteAudit\Check\Abstract\getDescription().
- SiteAuditCheckBestPracticesMultisite::getDescription in Check/
BestPractices/ Multisite.php - Implements \SiteAudit\Check\Abstract\getDescription().
- SiteAuditCheckBestPracticesServices::getDescription in Check/
BestPractices/ Services.php - Implements \SiteAudit\Check\Abstract\getDescription().
- SiteAuditCheckBestPracticesSettings::getDescription in Check/
BestPractices/ Settings.php - Implements \SiteAudit\Check\Abstract\getDescription().
File
- Check/
Abstract.php, line 183 - Contains \SiteAudit\Check\Abstract.
Class
- SiteAuditCheckAbstract
- Class SiteAuditCheckAbstract.
Code
public abstract function getDescription();