function 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;