function DevelReinstall::getFormId
Same name in other branches
- 8.x-1.x src/Form/DevelReinstall.php \Drupal\devel\Form\DevelReinstall::getFormId()
- 5.x src/Form/DevelReinstall.php \Drupal\devel\Form\DevelReinstall::getFormId()
Overrides FormInterface::getFormId
File
-
src/
Form/ DevelReinstall.php, line 56
Class
- DevelReinstall
- Display a dropdown of installed modules with the option to reinstall them.
Namespace
Drupal\devel\FormCode
public function getFormId() {
return 'devel_reinstall_form';
}