You are here

public function SiteAuditCheckBase::getRegistry in Site Audit 8.3

Get the check registry.

Return value

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

File

src/Plugin/SiteAuditCheckBase.php, line 248

Class

SiteAuditCheckBase
Base class for Site Audit Check plugins.

Namespace

Drupal\site_audit\Plugin

Code

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