You are here

public function SyncCoreBatchCollection::getOperations in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 8 src/SyncCoreBatchCollection.php \Drupal\cms_content_sync\SyncCoreBatchCollection::getOperations()
  2. 2.1.x src/SyncCoreBatchCollection.php \Drupal\cms_content_sync\SyncCoreBatchCollection::getOperations()

Return value

array

File

src/SyncCoreBatchCollection.php, line 82

Class

SyncCoreBatchCollection
Class SyncCoreBatchCollection.

Namespace

Drupal\cms_content_sync

Code

public function getOperations() {
  return $this->operations;
}