You are here

public function QueueHelperInterface::enqueue in Entity Share 8.3

Same name and namespace in other branches
  1. 8.2 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 $import_config_id: The import config 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 34

Class

QueueHelperInterface
Queue helper interface methods.

Namespace

Drupal\entity_share_async\Service

Code

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