function ProcessPluginBase::isPipelineStopped

Same name and namespace in other branches
  1. 10 core/modules/migrate/src/ProcessPluginBase.php \Drupal\migrate\ProcessPluginBase::isPipelineStopped()

Overrides MigrateProcessInterface::isPipelineStopped

1 call to ProcessPluginBase::isPipelineStopped()
MigrationLookup::transform in core/modules/migrate/src/Plugin/migrate/process/MigrationLookup.php

File

core/modules/migrate/src/ProcessPluginBase.php, line 66

Class

ProcessPluginBase
The base class for all migrate process plugins.

Namespace

Drupal\migrate

Code

public function isPipelineStopped() : bool {
    return $this->stopPipeline;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.