Same name and namespace in other branches
  1. 8.9.x core/modules/migrate/src/Plugin/MigrateDestinationInterface.php \Drupal\migrate\Plugin\MigrateDestinationInterface::supportsRollback()
  2. 9 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 135

Class

MigrateDestinationInterface
Defines an interface for Migration Destination classes.

Namespace

Drupal\migrate\Plugin

Code

public function supportsRollback();