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_reviewCode
protected function container() {
return $this->container;
}