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

Breadcrumb

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

function MigrateException::getLevel

Gets the level.

Return value

int An integer status code. @see Migration::MESSAGE_*

File

core/modules/migrate/src/MigrateException.php, line 62

Class

MigrateException
Defines the migrate exception class.

Namespace

Drupal\migrate

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