You are here

public function MigrateException::getLevel in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/MigrateException.php \Drupal\migrate\MigrateException::getLevel()

Gets the level.

Return value

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

File

core/modules/migrate/src/MigrateException.php, line 63
Contains \Drupal\migrate\MigrateException.

Class

MigrateException
Defines the migrate exception class.

Namespace

Drupal\migrate

Code

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