You are here

protected function Check::container in Security Review 8

Returns the service container.

Return value

\Symfony\Component\DependencyInjection\ContainerInterface Service container.

File

src/Check.php, line 468

Class

Check
Defines a security check.

Namespace

Drupal\security_review

Code

protected function container() {
  return $this->container;
}