update.services.yml
Same filename and directory in other branches
File
-
core/
modules/ update/ update.services.yml
View source
- parameters:
- update.skip_procedural_hook_scan: true
-
- services:
- _defaults:
- autoconfigure: true
- autowire: true
- update.manager:
- class: Drupal\update\UpdateManager
- Drupal\update\UpdateManagerInterface: '@update.manager'
- update.processor:
- class: Drupal\update\UpdateProcessor
- Drupal\update\UpdateProcessorInterface: '@update.processor'
- update.fetcher:
- class: Drupal\update\UpdateFetcher
- Drupal\update\UpdateFetcherInterface: '@update.fetcher'
- logger.channel.update:
- parent: logger.channel_base
- arguments: [ 'update' ]
- Drupal\update\MailHandler: ~
Services
| Title | Deprecated | Summary |
|---|---|---|
| Drupal\update\MailHandler | ||
| logger.channel.update | ||
| update.fetcher | Drupal\update\UpdateFetcher | |
| update.manager | Drupal\update\UpdateManager | |
| update.processor | Drupal\update\UpdateProcessor | |
| _defaults |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.