You are here

service opigno_dashboard.block in Opigno dashboard 3.x

Same name and namespace in other branches
  1. 8 opigno_dashboard.services.yml \opigno_dashboard.block

Class

Drupal\opigno_dashboard\BlockService
2 string references to opigno_dashboard.block
DashboardController::create in src/Controller/DashboardController.php
Instantiates a new instance of this class.
SettingsForm::create in src/Form/SettingsForm.php
Instantiates a new instance of this class.

File

./opigno_dashboard.services.yml
opigno_dashboard.services.yml

View source
  1. class: Drupal\opigno_dashboard\BlockService
  2. arguments:
  3. - '@plugin.manager.block'
  4. - '@renderer'
  5. - '@current_user'
  6. - '@config.factory'
  7. - '@module_handler'
  8. - '@database'