You are here

public function MigrateDestination::getUpdated in Migrate 7.2

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

File

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

Class

MigrateDestination
Abstract base class for destination handling.

Code

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