public function SyncCoreBatchCollection::getOperations in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/SyncCoreBatchCollection.php \Drupal\cms_content_sync\SyncCoreBatchCollection::getOperations()
- 2.0.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_syncCode
public function getOperations() {
return $this->operations;
}