You are here

rest_example.services.yml in Examples for Developers 3.x

modules/rest_example/rest_example.services.yml

File

modules/rest_example/rest_example.services.yml
View source
  1. services:
  2. rest_example_client_calls:
  3. class: Drupal\rest_example\RestExampleClientCalls
  4. arguments: ['@http_client', '@config.factory']