function MigrateExecutable::saveMessage

Same name and namespace in other branches
  1. 11.x core/modules/migrate/src/MigrateExecutable.php \Drupal\migrate\MigrateExecutable::saveMessage()

File

core/modules/migrate/src/MigrateExecutable.php, line 487

Class

MigrateExecutable
Defines a migrate executable class.

Namespace

Drupal\migrate

Code

public function saveMessage($message, $level = MigrationInterface::MESSAGE_ERROR) {
  $this->getIdMap()
    ->saveMessage($this->sourceIdValues, $message, $level);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.