You are here

service plugin.manager.mpac.selection in Multi-path autocomplete 8

Class

Drupal\mpac\Plugin\Type\SelectionPluginManager
1 string reference to plugin.manager.mpac.selection
mpac_get_selection_handlers in ./mpac.module
Gets the selection handlers for a given mpac autocomplete type.

File

./mpac.services.yml
mpac.services.yml

View source
  1. class: Drupal\mpac\Plugin\Type\SelectionPluginManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.cache'
  5. - '@language_manager'
  6. - '@module_handler'