/**
  * Show enable install tool
  *
  * @return void
  */
 public function showEnableInstallToolButtonAction()
 {
     $token = $this->formProtection->generateToken('installTool');
     $this->view->assign('installToolEnableToken', $token);
 }