You are here

public function SiteAuditCheckViewsEnabled::getResultWarn in Site Audit 7

Same name and namespace in other branches
  1. 8.2 Check/Views/Enabled.php \SiteAuditCheckViewsEnabled::getResultWarn()

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

Overrides SiteAuditCheckAbstract::getResultWarn

File

Check/Views/Enabled.php, line 48
Contains \SiteAudit\Check\Views\Enabled.

Class

SiteAuditCheckViewsEnabled
Class SiteAuditCheckViewsEnabled.

Code

public function getResultWarn() {
  return dt('Only Views 7.x-3.x is supported by this tool.');
}