function RestExampleClientDelete::getConfirmText
Same name in other branches
- 4.0.x modules/rest_example/src/Form/RestExampleClientDelete.php \Drupal\rest_example\Form\RestExampleClientDelete::getConfirmText()
Overrides ConfirmFormBase::getConfirmText
File
-
modules/
rest_example/ src/ Form/ RestExampleClientDelete.php, line 67
Class
- RestExampleClientDelete
- Delete a new node on a remote Drupal site.
Namespace
Drupal\rest_example\FormCode
public function getConfirmText() {
return $this->t('Delete');
}