public function ConditionDelete::getFormName in Chaos Tool Suite (ctools) 8.3
Returns the internal name used to refer to the confirmation item.
Return value
string The internal form name.
Overrides ConfirmFormBase::getFormName
File
- src/
Form/ ConditionDelete.php, line 122
Class
Namespace
Drupal\ctools\FormCode
public function getFormName() {
return 'confirm';
}