You are here

public function MigrateDestination::getUpdated in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 includes/destination.inc \MigrateDestination::getUpdated()

File

includes/destination.inc, line 83
Defines base for migration destinations.

Class

MigrateDestination
Abstract base class for destination handling.

Code

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