MigrateException::$status

Same name and namespace in other branches
  1. 9 core/modules/migrate/src/MigrateException.php \Drupal\migrate\MigrateException::status
  2. 8.9.x core/modules/migrate/src/MigrateException.php \Drupal\migrate\MigrateException::status
  3. 11.x core/modules/migrate/src/MigrateException.php \Drupal\migrate\MigrateException::status

The status to record in the map table for the current item.

The value is a MigrateIdMapInterface::STATUS_* constant.

Type: int

See also

\Drupal\migrate\Plugin\MigrateIdMapInterface

File

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

Class

MigrateException
Defines the migrate exception class.

Namespace

Drupal\migrate

Code

protected $status;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.