function WorkflowStateDeleteForm::getConfirmText
Overrides ConfirmFormBase::getConfirmText
File
-
core/
modules/ workflows/ src/ Form/ WorkflowStateDeleteForm.php, line 55
Class
- WorkflowStateDeleteForm
- Builds the form to delete states from Workflow entities.
Namespace
Drupal\workflows\FormCode
public function getConfirmText() {
return $this->t('Delete');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.