Skip to content
Snippets Groups Projects
Verified Commit 290d8a42 authored by Dave Long's avatar Dave Long
Browse files

Issue #3247040 by _shY, quietone, smustgrave, joachim: MigrateSkipRowException...

Issue #3247040 by _shY, quietone, smustgrave, joachim: MigrateSkipRowException should document that it is for use within migration process plugins

(cherry picked from commit e03d3ec5)
parent 46549a06
No related branches found
No related tags found
12 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...,!6922Issue #3412959 by quietone, smustgrave, longwave: Fix 12 'un' words,!6848Issue #3417553 by longwave: Remove withConsecutive() in CacheCollectorTest,!6720Revert "Issue #3358581 by pfrenssen, _tarik_, a.dmitriiev, smustgrave:...,!6560Update ClaroPreRender.php, confirming classes provided are in array format,!6528Issue #3414261 by catch: Add authenticated user umami performance tests,!6501Issue #3263668 by omkar-pd, Wim Leers, hooroomoo: Re-enable inline form errors...
Checking pipeline status
...@@ -4,6 +4,10 @@ ...@@ -4,6 +4,10 @@
/** /**
* This exception is thrown when a row should be skipped. * This exception is thrown when a row should be skipped.
*
* This exception should be used in Migrate process plugins. Throwing it in a
* source plugin may cause unexpected results in the count of rows processed.
* And throwing it in a destination plugin causes an error.
*/ */
class MigrateSkipRowException extends \Exception { class MigrateSkipRowException extends \Exception {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment