function ConfigDeleteForm::getFormName
Returns the internal name used to refer to the confirmation item.
Return value
string The internal form name.
Overrides ConfirmFormInterface::getFormName
File
-
src/
Form/ ConfigDeleteForm.php, line 143
Class
- ConfigDeleteForm
- Edit config variable form.
Namespace
Drupal\devel\FormCode
public function getFormName() : string {
return 'confirm';
}