You are here

abstract public function SyncCoreExport::prepareBatch in CMS Content Sync 8

Same name and namespace in other branches
  1. 2.1.x src/SyncCoreExport.php \Drupal\cms_content_sync\SyncCoreExport::prepareBatch()
  2. 2.0.x src/SyncCoreExport.php \Drupal\cms_content_sync\SyncCoreExport::prepareBatch()

Prepare the Sync Core push as a batch operation. Return a batch array with single steps to be executed.

Return value

\EdgeBox\SyncCore\Interfaces\IBatch

Throws

\EdgeBox\SyncCore\Exception\SyncCoreException

2 methods override SyncCoreExport::prepareBatch()
SyncCoreFlowExport::prepareBatch in src/SyncCoreFlowExport.php
Create all entity types, connections and synchronizations as required.
SyncCorePoolExport::prepareBatch in src/SyncCorePoolExport.php
Prepare the Sync Core push as a batch operation. Return a batch array with single steps to be executed.

File

src/SyncCoreExport.php, line 36

Class

SyncCoreExport

Namespace

Drupal\cms_content_sync

Code

public abstract function prepareBatch();