function RestExampleClientDelete::getQuestion

Same name in other branches
  1. 3.x modules/rest_example/src/Form/RestExampleClientDelete.php \Drupal\rest_example\Form\RestExampleClientDelete::getQuestion()

Overrides ConfirmFormInterface::getQuestion

File

modules/rest_example/src/Form/RestExampleClientDelete.php, line 53

Class

RestExampleClientDelete
Delete a new node on a remote Drupal site.

Namespace

Drupal\rest_example\Form

Code

public function getQuestion() {
    return $this->t('Are you sure that you want to delete this content.');
}