function RestExampleClientDelete::__construct

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

RestExampleClientController constructor.

Parameters

\Drupal\rest_example\RestExampleClientCalls $rest_example_client_calls: RestExampleClientCalls service.

File

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

Class

RestExampleClientDelete
Delete a new node on a remote Drupal site.

Namespace

Drupal\rest_example\Form

Code

public function __construct(RestExampleClientCalls $rest_example_client_calls) {
    $this->restExampleClientCalls = $rest_example_client_calls;
}