function MigrateException::getStatus
Same name in other branches
- 9 core/modules/migrate/src/MigrateException.php \Drupal\migrate\MigrateException::getStatus()
- 8.9.x core/modules/migrate/src/MigrateException.php \Drupal\migrate\MigrateException::getStatus()
- 10 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 72
Class
- MigrateException
- Defines the migrate exception class.
Namespace
Drupal\migrateCode
public function getStatus() {
return $this->status;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.