public constant PullIntent::PULL_UPDATE_FORCE_UNLESS_OVERRIDDEN in CMS Content Sync 2.0.x
Same name and namespace in other branches
- 8 src/PullIntent.php \Drupal\cms_content_sync\PullIntent::PULL_UPDATE_FORCE_UNLESS_OVERRIDDEN
- 2.1.x src/PullIntent.php \Drupal\cms_content_sync\PullIntent::PULL_UPDATE_FORCE_UNLESS_OVERRIDDEN
Pull all changes and forbid local editors to change the content unless they check the "override" checkbox. As long as that is checked, we ignore any incoming updates in favor of the local changes.
File
- src/
PullIntent.php, line 82
Class
Namespace
Drupal\cms_content_syncCode
public const PULL_UPDATE_FORCE_UNLESS_OVERRIDDEN = 'allow_override';