You are here

public function EntityShareCronServiceInterface::sync in Entity Share Cron 3.0.x

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

Synchronizes entities starting from provided channel.

Parameters

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

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

null|string $url: The url of the page to enqueue for import. NULL if starting from the first page.

1 method overrides EntityShareCronServiceInterface::sync()
EntityShareCronService::sync in src/EntityShareCronService.php
Synchronizes entities starting from provided channel.

File

src/EntityShareCronServiceInterface.php, line 38

Class

EntityShareCronServiceInterface
Entity Share Cron service.

Namespace

Drupal\entity_share_cron

Code

public function sync($remote_id, $channel_id, $url);