You are here

public function MigrateDestinationInterface::supportsRollback in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Plugin/MigrateDestinationInterface.php \Drupal\migrate\Plugin\MigrateDestinationInterface::supportsRollback()

Whether the destination can be rolled back or not.

Return value

bool TRUE if rollback is supported, FALSE if not.

1 method overrides MigrateDestinationInterface::supportsRollback()
DestinationBase::supportsRollback in core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php
Whether the destination can be rolled back or not.

File

core/modules/migrate/src/Plugin/MigrateDestinationInterface.php, line 88
Contains \Drupal\migrate\Plugin\MigrateDestinationInterface.

Class

MigrateDestinationInterface
Destinations are responsible for persisting source data into the destination Drupal.

Namespace

Drupal\migrate\Plugin

Code

public function supportsRollback();