You are here

public function SiteAuditCheckWatchdogPhp::getLabel in Site Audit 7

Same name and namespace in other branches
  1. 8.2 Check/Watchdog/Php.php \SiteAuditCheckWatchdogPhp::getLabel()

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

Overrides SiteAuditCheckAbstract::getLabel

File

Check/Watchdog/Php.php, line 15
Contains \SiteAudit\Check\Watchdog\Php.

Class

SiteAuditCheckWatchdogPhp
Class SiteAuditCheckWatchdogPhp.

Code

public function getLabel() {
  return dt('PHP messages');
}