getSourceProperty('data'); if ($data == 'skip_and_record') { // Record mapping but don't record a message. throw new MigrateSkipRowException('', TRUE); } elseif ($data == 'skip_and_dont_record') { // Don't record mapping but record a message. throw new MigrateSkipRowException('skip_and_dont_record message', FALSE); } }