Returns the module handler.
\Drupal\Core\Extension\ModuleHandlerInterface
protected function moduleHandler() { if (!$this->moduleHandler) { $this->moduleHandler = $this->container() ->get('module_handler'); } return $this->moduleHandler; }