You are here

public function QueueHelperInterface::enqueue in Entity Share 8.2

Same name and namespace in other branches
  1. 8.3 modules/entity_share_async/src/Service/QueueHelperInterface.php \Drupal\entity_share_async\Service\QueueHelperInterface::enqueue()

Enqueue entity to be synced later.

Parameters

string $remote_id: The remote ID.

string $channel_id: The channel ID.

string[] $uuids: The UUIDs of the entities to pull.

1 method overrides QueueHelperInterface::enqueue()
QueueHelper::enqueue in modules/entity_share_async/src/Service/QueueHelper.php
Enqueue entity to be synced later.

File

modules/entity_share_async/src/Service/QueueHelperInterface.php, line 32

Class

QueueHelperInterface
Queue helper interface methods.

Namespace

Drupal\entity_share_async\Service

Code

public function enqueue($remote_id, $channel_id, array $uuids);