Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MigrateMessage.php

MigrateMessage::$map

The map between migrate status and watchdog severity.

Type: array

File

core/modules/migrate/src/MigrateMessage.php, line 17

Class

MigrateMessage
Defines a migrate message class.

Namespace

Drupal\migrate

Code

protected $map = [
    'status' => RfcLogLevel::INFO,
    'error' => RfcLogLevel::ERROR,
];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal