Constructs a new UpdateManagerUpdate object.
\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler.
\Drupal\Core\State\StateInterface $state: The state service.
public function __construct(ModuleHandlerInterface $module_handler, StateInterface $state) { $this->moduleHandler = $module_handler; $this->state = $state; }