You are here

service drd_agent.setup in DRD Agent 8.3

Same name and namespace in other branches
  1. 4.0.x drd_agent.services.yml \drd_agent.setup

Class

Drupal\drd_agent\Setup
3 string references to drd_agent.setup
Authorize::create in src/Form/Authorize.php
Instantiates a new instance of this class.
Base::authorize in src/Agent/Action/Base.php
Authorize the DRD instance, all validations have passed successfully.
Base::ott in src/Agent/Action/Base.php
Validate a one-time-token.

File

./drd_agent.services.yml
drd_agent.services.yml

View source
  1. class: Drupal\drd_agent\Setup
  2. arguments:
  3. - '@config.factory'
  4. - '@datetime.time'
  5. - '@request_stack'