Returns the internal name used to refer to the confirmation item.
Return value
string
The internal form name.
File
 
   - drupal/core/lib/Drupal/Core/Form/ConfirmFormBase.php, line 72
 
  - Contains \Drupal\Core\Form\ConfirmFormBase.
 
  Class
  
  - ConfirmFormBase 
 
  - Provides an generic base class for a confirmation form.
 
  Namespace
  Drupal\Core\Form
Code
protected function getFormName() {
  return 'confirm';
}