abstract public function MigrateMap::getRowBySource in Migrate 7.2
Same name and namespace in other branches
- 6.2 includes/map.inc \MigrateMap::getRowBySource()
Retrieve map data for a given source or destination item
1 method overrides MigrateMap::getRowBySource()
- MigrateSQLMap::getRowBySource in plugins/
sources/ sqlmap.inc - Retrieve a row from the map table, given a source ID.
File
- includes/
map.inc, line 158 - Defines the framework for map and message handling.
Class
- MigrateMap
- We implement the Iterator interface to support iteration over the map table for the purpose of rollback.
Code
public abstract function getRowBySource(array $source_id);