You are here

protected function Check::moduleHandler in Security Review 8

Returns the module handler.

Return value

\Drupal\Core\Extension\ModuleHandler Module handler.

File

src/Check.php, line 518

Class

Check
Defines a security check.

Namespace

Drupal\security_review

Code

protected function moduleHandler() {
  return $this->container
    ->get('module_handler');
}