You are here

public function MigrateDestinationComment::postRollback in Migrate 7.2

Implements MigrateDestination::postRollback().

File

plugins/destinations/comment.inc, line 278
Support for comment destinations.

Class

MigrateDestinationComment
Destination class implementing migration into comments.

Code

public function postRollback() {
  $this
    ->enableStatistics();
}