constant MigrationInterface::STATUS_ROLLING_BACK in Drupal 8
Same name and namespace in other branches
- 9 core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::STATUS_ROLLING_BACK
The migration is currently being rolled back.
File
- core/
modules/ migrate/ src/ Plugin/ MigrationInterface.php, line 26
Class
- MigrationInterface
- Interface for migrations.
Namespace
Drupal\migrate\PluginCode
const STATUS_ROLLING_BACK = 2;