You are here

protected property DestinationBase::$supportsRollback in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php \Drupal\migrate\Plugin\migrate\destination\DestinationBase::supportsRollback

Indicates whether the destination can be rolled back.

Type: bool

File

core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php, line 34

Class

DestinationBase
Base class for migrate destination classes.

Namespace

Drupal\migrate\Plugin\migrate\destination

Code

protected $supportsRollback = FALSE;