public function ConfirmFormInterface::getFormName in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Form/ConfirmFormInterface.php \Drupal\Core\Form\ConfirmFormInterface::getFormName()
Returns the internal name used to refer to the confirmation item.
Return value
string The internal form name.
3 methods override ConfirmFormInterface::getFormName()
- ConfirmFormBase::getFormName in core/
lib/ Drupal/ Core/ Form/ ConfirmFormBase.php - Returns the internal name used to refer to the confirmation item.
- ContentEntityConfirmFormBase::getFormName in core/
lib/ Drupal/ Core/ Entity/ ContentEntityConfirmFormBase.php - Returns the internal name used to refer to the confirmation item.
- EntityConfirmFormBase::getFormName in core/
lib/ Drupal/ Core/ Entity/ EntityConfirmFormBase.php - Returns the internal name used to refer to the confirmation item.
File
- core/
lib/ Drupal/ Core/ Form/ ConfirmFormInterface.php, line 56
Class
- ConfirmFormInterface
- Defines the behavior a confirmation form.
Namespace
Drupal\Core\FormCode
public function getFormName();