You are here

service build_hooks_bitbucket.bitbucket_manager in Build Hooks 8.2

Same name and namespace in other branches
  1. 3.x modules/build_hooks_bitbucket/build_hooks_bitbucket.services.yml \build_hooks_bitbucket.bitbucket_manager

Class

Drupal\build_hooks_bitbucket\BitbucketManager
2 string references to build_hooks_bitbucket.bitbucket_manager
BitbucketFrontendEnvironment::create in modules/build_hooks_bitbucket/src/Plugin/FrontendEnvironment/BitbucketFrontendEnvironment.php
Creates an instance of the plugin.
SettingsForm::create in modules/build_hooks_bitbucket/src/Form/SettingsForm.php
Instantiates a new instance of this class.

File

modules/build_hooks_bitbucket/build_hooks_bitbucket.services.yml
modules/build_hooks_bitbucket/build_hooks_bitbucket.services.yml

View source
  1. class: Drupal\build_hooks_bitbucket\BitbucketManager
  2. arguments:
  3. - '@config.factory'
  4. - '@http_client'