You are here

protected property Drush9LogMigrateMessage::$map in Migrate Tools 8.5

Same name and namespace in other branches
  1. 8.4 src/Drush9LogMigrateMessage.php \Drupal\migrate_tools\Drush9LogMigrateMessage::map

The map between migrate status and drush log levels.

Type: array

File

src/Drush9LogMigrateMessage.php, line 24

Class

Drush9LogMigrateMessage
Print message in drush from migrate message. Drush 9 version.

Namespace

Drupal\migrate_tools

Code

protected $map = [
  'status' => 'notice',
];