Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ProcessPluginBase.php

function 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
Performs the associated process.
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\migrate

Code

protected function stopPipeline() : void {
    $this->stopPipeline = TRUE;
}
RSS feed
Powered by Drupal