function ConfirmFormBase::getFormName
Same name in other branches
- 9 core/lib/Drupal/Core/Form/ConfirmFormBase.php \Drupal\Core\Form\ConfirmFormBase::getFormName()
- 8.9.x core/lib/Drupal/Core/Form/ConfirmFormBase.php \Drupal\Core\Form\ConfirmFormBase::getFormName()
- 11.x core/lib/Drupal/Core/Form/ConfirmFormBase.php \Drupal\Core\Form\ConfirmFormBase::getFormName()
Overrides ConfirmFormInterface::getFormName
File
-
core/
lib/ Drupal/ Core/ Form/ ConfirmFormBase.php, line 34
Class
- ConfirmFormBase
- Provides a generic base class for a confirmation form.
Namespace
Drupal\Core\FormCode
public function getFormName() {
return 'confirm';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.