Issue #3261275: Throw consistent exceptions on \Drupal\migrate_plus\Plugin\migrate\process\SkipOnValue process plugin
Merged
requested to merge issue/migrate_plus-3261275:3261275-throw-consistent-exceptions into 8.x-5.x
All threads resolved!
Compare changes
Files
2@@ -61,11 +61,18 @@ class SkipOnValue extends ProcessPluginBase {
@@ -61,11 +61,18 @@ class SkipOnValue extends ProcessPluginBase {
public function row($value, MigrateExecutableInterface $migrate_executable, Row $row, $destination_property) {
@@ -89,10 +96,6 @@ class SkipOnValue extends ProcessPluginBase {
@@ -89,10 +96,6 @@ class SkipOnValue extends ProcessPluginBase {
public function process($value, MigrateExecutableInterface $migrate_executable, Row $row, $destination_property) {