You are here

protected function Check::configFactory in Security Review 8

Returns the Config factory.

Return value

\Drupal\Core\Config\ConfigFactory Config factory.

File

src/Check.php, line 458

Class

Check
Defines a security check.

Namespace

Drupal\security_review

Code

protected function configFactory() {
  return $this->container
    ->get('config.factory');
}