function ConfirmFormInterface::getFormName
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Form/ConfirmFormInterface.php \Drupal\Core\Form\ConfirmFormInterface::getFormName()
- 10 core/lib/Drupal/Core/Form/ConfirmFormInterface.php \Drupal\Core\Form\ConfirmFormInterface::getFormName()
- 11.x 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();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.