You are here

service content_kanban.kanban_service in Content Planner 8

Class

Drupal\content_kanban\KanbanService
4 string references to content_kanban.kanban_service
KanbanController::create in modules/content_kanban/src/Controller/KanbanController.php
Instantiates a new instance of this class.
KanbanFilterForm::create in modules/content_kanban/src/Form/KanbanFilterForm.php
Instantiates a new instance of this class.
SettingsForm::create in modules/content_kanban/src/Form/SettingsForm.php
Instantiates a new instance of this class.
UserBlock::getUserContentWorkflowCount in src/Plugin/DashboardBlock/UserBlock.php
Get content count for a given user based on workflow status.

File

modules/content_kanban/content_kanban.services.yml
modules/content_kanban/content_kanban.services.yml

View source
  1. class: Drupal\content_kanban\KanbanService
  2. arguments:
  3. - '@config.factory'
  4. - '@database'
  5. - '@content_moderation.moderation_information'
  6. - '@entity_type.manager'
  7. - '@module_handler'
  8. - '@content_calendar.content_type_config_service'