You are here

public function SiteAuditCheckAbstract::getRegistry in Site Audit 7

Same name and namespace in other branches
  1. 8.2 Check/Abstract.php \SiteAuditCheckAbstract::getRegistry()

Get the check registry.

Return value

array Contains values calculated from this check and any prior checks.

File

Check/Abstract.php, line 258
Contains \SiteAudit\Check\Abstract.

Class

SiteAuditCheckAbstract
Class SiteAuditCheckAbstract.

Code

public function getRegistry() {
  return $this->registry;
}