public function SiteAuditCheckContentVocabularies::getResultWarn in Site Audit 7
Same name and namespace in other branches
- 8.2 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();
}