abstract public function SyncCoreExport::prepareBatch in CMS Content Sync 2.1.x
Same name and namespace in other branches
- 8 src/SyncCoreExport.php \Drupal\cms_content_sync\SyncCoreExport::prepareBatch()
- 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
Namespace
Drupal\cms_content_syncCode
public abstract function prepareBatch();