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

Breadcrumb

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

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\Plugin

Code

public function isPipelineStopped() : bool;
RSS feed
Powered by Drupal