rest_example_client_calls

Same name and namespace in other branches
  1. 3.x modules/rest_example/rest_example.services.yml \rest_example_client_calls

Class

Drupal\rest_example\RestExampleClientCalls
3 string references to rest_example_client_calls
RestExampleClientController::create in modules/rest_example/src/Controller/RestExampleClientController.php
Instantiates a new instance of the implementing class using autowiring.
RestExampleClientDelete::create in modules/rest_example/src/Form/RestExampleClientDelete.php
Instantiates a new instance of this class.
RestExampleClientEdit::create in modules/rest_example/src/Form/RestExampleClientEdit.php
Instantiates a new instance of this class.

File

modules/rest_example/rest_example.services.yml

View source
  1. class: Drupal\rest_example\RestExampleClientCalls
  2. arguments:
  3. - '@http_client'
  4. - '@config.factory'