function RestExampleClientDelete::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.');
}