You are here

service plugin.manager.entityqueue.handler in Entityqueue 8

Class

Drupal\entityqueue\EntityQueueHandlerManager
2 string references to plugin.manager.entityqueue.handler
EntityQueue::getPluginCollection in src/Entity/EntityQueue.php
Encapsulates the creation of the EntityQueueHandlerPluginCollection.
EntityQueueForm::create in src/Form/EntityQueueForm.php
Instantiates a new instance of this class.

File

./entityqueue.services.yml
entityqueue.services.yml

View source
  1. class: Drupal\entityqueue\EntityQueueHandlerManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.default'
  5. - '@module_handler'