function TableDragExampleResetForm::getCancelText
Same name in other branches
- 3.x modules/tabledrag_example/src/Form/TableDragExampleResetForm.php \Drupal\tabledrag_example\Form\TableDragExampleResetForm::getCancelText()
Overrides ConfirmFormBase::getCancelText
File
-
modules/
tabledrag_example/ src/ Form/ TableDragExampleResetForm.php, line 81
Class
- TableDragExampleResetForm
- Table drag example reset form.
Namespace
Drupal\tabledrag_example\FormCode
public function getCancelText() {
return $this->t('Cancel');
}