You are here

public function SiteAuditCheckContentVocabularies::getResultWarn in Site Audit 8.2

Same name and namespace in other branches
  1. 7 Check/Content/Vocabularies.php \SiteAuditCheckContentVocabularies::getResultWarn()

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

Overrides SiteAuditCheckAbstract::getResultWarn

File

Check/Content/Vocabularies.php, line 78
Contains \SiteAudit\Check\Content\Vocabularies.

Class

SiteAuditCheckContentVocabularies
Class SiteAuditCheckContentVocabularies.

Code

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