You are here

author_pane.services.yml in Author Pane 8.3

File

author_pane.services.yml
View source
  1. services:
  2. plugin.manager.authorpane.datum:
  3. class: Drupal\author_pane\AuthorPaneDatumPluginManager
  4. parent: default_plugin_manager
  5. authorpane.manager:
  6. class: Drupal\author_pane\AuthorPaneManager
  7. arguments: ['@plugin.manager.authorpane.datum']