You are here

public function ViewsCount::getResultWarn in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultWarn

File

src/Plugin/SiteAuditCheck/ViewsCount.php, line 47

Class

ViewsCount
Provides the ViewsCount Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

public function getResultWarn() {
  return $this
    ->getResultPass();
}