public function PullIntent::shouldMergeChanges in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/PullIntent.php \Drupal\cms_content_sync\PullIntent::shouldMergeChanges()
- 2.0.x src/PullIntent.php \Drupal\cms_content_sync\PullIntent::shouldMergeChanges()
Return value
bool
File
- src/
PullIntent.php, line 241
Class
Namespace
Drupal\cms_content_syncCode
public function shouldMergeChanges() {
return $this->mergeChanges;
}