function 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\Form

Code

public function getConfirmText() {
  return $this->t('Delete');
}