You are here

service build_hooks.trigger in Build Hooks 8

Same name and namespace in other branches
  1. 8.2 build_hooks.services.yml \build_hooks.trigger
  2. 3.x build_hooks.services.yml \build_hooks.trigger

Class

Drupal\build_hooks\Trigger
2 string references to build_hooks.trigger
getTriggerService in ./build_hooks.module
TriggerController::create in src/Controller/TriggerController.php
Instantiates a new instance of this class.

File

./build_hooks.services.yml
build_hooks.services.yml

View source
  1. class: Drupal\build_hooks\Trigger
  2. arguments:
  3. - '@config.factory'
  4. - '@http_client'
  5. - '@current_user'
  6. - '@string_translation'
  7. - '@messenger'
  8. - '@logger.factory'