Issue #3015199: Allow SkipOnValue to include a message in the MigrateSkipRowException.
Compare changes
Files
2@@ -24,6 +24,9 @@ use Drupal\migrate\Row;
@@ -24,6 +24,9 @@ use Drupal\migrate\Row;
@@ -50,9 +53,11 @@ use Drupal\migrate\Row;
@@ -50,9 +53,11 @@ use Drupal\migrate\Row;
@@ -65,7 +70,6 @@ class SkipOnValue extends ProcessPluginBase {
@@ -65,7 +70,6 @@ class SkipOnValue extends ProcessPluginBase {
@@ -73,6 +77,8 @@ class SkipOnValue extends ProcessPluginBase {
@@ -73,6 +77,8 @@ class SkipOnValue extends ProcessPluginBase {
public function row($value, MigrateExecutableInterface $migrate_executable, Row $row, $destination_property) {
@@ -82,11 +88,11 @@ class SkipOnValue extends ProcessPluginBase {
@@ -82,11 +88,11 @@ class SkipOnValue extends ProcessPluginBase {
elseif ($this->compareValue($value, $this->configuration['value'], !isset($this->configuration['not_equals']))) {