function DevelReinstall::getFormId

Same name in other branches
  1. 4.x src/Form/DevelReinstall.php \Drupal\devel\Form\DevelReinstall::getFormId()

Overrides FormInterface::getFormId

File

src/Form/DevelReinstall.php, line 48

Class

DevelReinstall
Display a dropdown of installed modules with the option to reinstall them.

Namespace

Drupal\devel\Form

Code

public function getFormId() : string {
    return 'devel_reinstall_form';
}