function ProcessPluginBase::stopPipeline
Same name in other branches
- 10 core/modules/migrate/src/ProcessPluginBase.php \Drupal\migrate\ProcessPluginBase::stopPipeline()
Stops pipeline processing after this plugin finishes.
3 calls to ProcessPluginBase::stopPipeline()
- FilterID::transform in core/
modules/ filter/ src/ Plugin/ migrate/ process/ FilterID.php - MigrationLookup::skipInvalid in core/
modules/ migrate/ src/ Plugin/ migrate/ process/ MigrationLookup.php - Skips the migration process entirely if the value is invalid.
- SkipOnEmpty::process in core/
modules/ migrate/ src/ Plugin/ migrate/ process/ SkipOnEmpty.php - Stops processing the current property when value is not set.
File
-
core/
modules/ migrate/ src/ ProcessPluginBase.php, line 80
Class
- ProcessPluginBase
- The base class for all migrate process plugins.
Namespace
Drupal\migrateCode
protected function stopPipeline() : void {
$this->stopPipeline = TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.