You are here

public function EntityShareCronServiceInterface::enqueue in Entity Share Cron 8

Same name and namespace in other branches
  1. 8.2 src/EntityShareCronServiceInterface.php \Drupal\entity_share_cron\EntityShareCronServiceInterface::enqueue()
  2. 3.0.x src/EntityShareCronServiceInterface.php \Drupal\entity_share_cron\EntityShareCronServiceInterface::enqueue()

Enqueues a channel for later synchronization.

Parameters

string $remote_id: The ID of the remote the channel belongs to.

string $channel_id: The ID of the channel to be enqueued.

array $channel_info: Channel info.

1 method overrides EntityShareCronServiceInterface::enqueue()
EntityShareCronService::enqueue in src/EntityShareCronService.php
Enqueues a channel for later synchronization.

File

src/EntityShareCronServiceInterface.php, line 22

Class

EntityShareCronServiceInterface
Entity Share Cron service.

Namespace

Drupal\entity_share_cron

Code

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