You are here

service entity_share_async.queue_helper in Entity Share 8.2

Same name and namespace in other branches
  1. 8.3 modules/entity_share_async/entity_share_async.services.yml \entity_share_async.queue_helper

Class

Drupal\entity_share_async\Service\QueueHelper
2 string references to entity_share_async.queue_helper
EntityShareAsyncFunctionalTest::testAsync in modules/entity_share_async/tests/src/Functional/EntityShareAsyncFunctionalTest.php
Test async feature.
_entity_share_async_form_submit in modules/entity_share_async/entity_share_async.module
Submit handler for asynchronous import.

File

modules/entity_share_async/entity_share_async.services.yml
modules/entity_share_async/entity_share_async.services.yml

View source
  1. class: Drupal\entity_share_async\Service\QueueHelper
  2. arguments:
  3. - '@queue'
  4. - '@state'