public function MigrateException::getLevel in Drupal 9
Same name and namespace in other branches
- 8 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 58
Class
- MigrateException
- Defines the migrate exception class.
Namespace
Drupal\migrateCode
public function getLevel() {
return $this->level;
}