function DestinationBase::supportsRollback

Whether the destination can be rolled back or not.

Return value

bool TRUE if rollback is supported, FALSE if not.

Overrides MigrateDestinationInterface::supportsRollback

File

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

Class

DestinationBase
Base class for migrate destination classes.

Namespace

Drupal\migrate\Plugin\migrate\destination

Code

public function supportsRollback() {
  return $this->supportsRollback;
}

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