Sets the module handler for this handler.
\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler.
$this
public function setModuleHandler(ModuleHandlerInterface $module_handler) { $this->moduleHandler = $module_handler; return $this; }