rest_example_client_calls
Same name in other branches
- 4.0.x modules/rest_example/rest_example.services.yml \rest_example_client_calls
Class
Drupal\rest_example\RestExampleClientCalls3 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
View source
- class: Drupal\rest_example\RestExampleClientCalls
- arguments:
- - '@http_client'
- - '@config.factory'