You are here

public function SiteAuditCheckCodebaseSizeAll::getDescription in Site Audit 8.2

Same name and namespace in other branches
  1. 7 Check/Codebase/SizeAll.php \SiteAuditCheckCodebaseSizeAll::getDescription()

Implements \SiteAudit\Check\Abstract\getDescription().

Overrides SiteAuditCheckAbstract::getDescription

File

Check/Codebase/SizeAll.php, line 22
Contains \SiteAudit\Check\Codebase\SizeAll.

Class

SiteAuditCheckCodebaseSizeAll
Class SiteAuditCheckCodebaseSizeAll.

Code

public function getDescription() {
  return dt('Determine the size of the site root; does not include remote mounts.');
}