You are here

public function MigrateException::getStatus in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/MigrateException.php \Drupal\migrate\MigrateException::getStatus()
  2. 9 core/modules/migrate/src/MigrateException.php \Drupal\migrate\MigrateException::getStatus()

Gets the status of the current item.

Return value

int An integer status code. @see MigrateMap::STATUS_*

File

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

Class

MigrateException
Defines the migrate exception class.

Namespace

Drupal\migrate

Code

public function getStatus() {
  return $this->status;
}