public function SiteAuditCheckCodebaseManagedFileCount::getLabel in Site Audit 7
Same name and namespace in other branches
- 8.2 Check/Codebase/ManagedFileCount.php \SiteAuditCheckCodebaseManagedFileCount::getLabel()
Implements \SiteAudit\Check\Abstract\getLabel().
Overrides SiteAuditCheckAbstract::getLabel
File
- Check/
Codebase/ ManagedFileCount.php, line 15 - Contains \SiteAudit\Check\Codebase\ManagedFileCount.
Class
- SiteAuditCheckCodebaseManagedFileCount
- Class SiteAuditCheckCodebaseManagedFileCount.
Code
public function getLabel() {
return dt('Drupal managed file count');
}