function MigrateProcessInterface::isPipelineStopped
Same name in other branches
- 11.x core/modules/migrate/src/Plugin/MigrateProcessInterface.php \Drupal\migrate\Plugin\MigrateProcessInterface::isPipelineStopped()
Determines if the pipeline should stop processing.
Return value
bool A boolean value indicating if the pipeline processing should stop.
1 method overrides MigrateProcessInterface::isPipelineStopped()
- ProcessPluginBase::isPipelineStopped in core/
modules/ migrate/ src/ ProcessPluginBase.php - Determines if the pipeline should stop processing.
File
-
core/
modules/ migrate/ src/ Plugin/ MigrateProcessInterface.php, line 61
Class
- MigrateProcessInterface
- An interface for migrate process plugins.
Namespace
Drupal\migrate\PluginCode
public function isPipelineStopped() : bool;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.