You are here

service rest_example_client_calls in Examples for Developers 3.x

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 this class.
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
modules/rest_example/rest_example.services.yml

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