You are here

public function SiteAuditCheckCodebaseManagedFileCount::getLabel in Site Audit 8.2

Same name and namespace in other branches
  1. 7 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');
}