You are here

service janrain_capture.capture_api in Janrain Registration 8

Class

Drupal\janrain_capture\JanrainCaptureApi
2 string references to janrain_capture.capture_api
AuthenticationController::create in src/Controller/AuthenticationController.php
Instantiates a new instance of this class.
janrain_capture_form_user_form_alter in ./janrain_capture.module
Implements hook_form_FORM_ID_alter().

File

./janrain_capture.services.yml
janrain_capture.services.yml

View source
  1. class: Drupal\janrain_capture\JanrainCaptureApi
  2. arguments:
  3. - '@http_client'
  4. - '@current_user'
  5. - '@user.data'
  6. - '@config.factory'
  7. - '@module_handler'
  8. - '@keyvalue.database'
  9. - '@entity_type.manager'
  10. - '@logger.factory'