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

Breadcrumb

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

function MigrateIdMapMessageEvent::getLevel

Gets the severity level of the message.

Message levels are declared in MigrationInterface and start with MESSAGE_.

Return value

int The message level.

See also

\Drupal\migrate\Plugin\MigrationInterface

File

core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php, line 100

Class

MigrateIdMapMessageEvent
Wraps an ID map message event for event listeners.

Namespace

Drupal\migrate\Event

Code

public function getLevel() {
    return $this->level;
}

API Navigation

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