You are here

public function SiteAuditCheckCodebaseManagedFileCount::getResultInfo in Site Audit 8.2

Same name and namespace in other branches
  1. 7 Check/Codebase/ManagedFileCount.php \SiteAuditCheckCodebaseManagedFileCount::getResultInfo()

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

Overrides SiteAuditCheckAbstract::getResultInfo

File

Check/Codebase/ManagedFileCount.php, line 34
Contains \SiteAudit\Check\Codebase\ManagedFileCount.

Class

SiteAuditCheckCodebaseManagedFileCount
Class SiteAuditCheckCodebaseManagedFileCount.

Code

public function getResultInfo() {
  return dt('Managed file count: @count', array(
    '@count' => number_format($this->registry['managed_file_count']),
  ));
}