service build_hooks_bitbucket.bitbucket_manager in Build Hooks 3.x
Same name and namespace in other branches
- 8.2 modules/build_hooks_bitbucket/build_hooks_bitbucket.services.yml \build_hooks_bitbucket.bitbucket_manager
Class
Drupal\build_hooks_bitbucket\BitbucketManager2 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
- class: Drupal\build_hooks_bitbucket\BitbucketManager
- arguments:
- - '@config.factory'
- - '@http_client'
- - '@date.formatter'