You are here

protected property MigrateException::$status in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/src/MigrateException.php \Drupal\migrate\MigrateException::status
  2. 10 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 MigrateMap::STATUS_* constant.

Type: int

File

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

Class

MigrateException
Defines the migrate exception class.

Namespace

Drupal\migrate

Code

protected $status;