You are here

service contribute.manager in Contribute 8

Class

Drupal\contribute\ContributeManager
3 string references to contribute.manager
ContributeSettingsForm::create in src/Form/ContributeSettingsForm.php
Instantiates a new instance of this class.
contribute_page_attachments in ./contribute.module
Implements hook_page_attachments().
contribute_preprocess_status_report_page in ./contribute.module
Process variables for status-report-page.html.twig.

File

./contribute.services.yml
contribute.services.yml

View source
  1. class: Drupal\contribute\ContributeManager
  2. arguments:
  3. - '@cache.default'
  4. - '@http_client'
  5. - '@date.formatter'
  6. - '@config.factory'