function RestExampleClientDelete::getConfirmText

Same name in other branches
  1. 3.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\Form

Code

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