public function MigrateSQLMap::getMapTable in Migrate 7.2
Same name and namespace in other branches
- 6.2 plugins/sources/sqlmap.inc \MigrateSQLMap::getMapTable()
File
- plugins/
sources/ sqlmap.inc, line 17 - Defines a Drupal db-based implementation of MigrateMap.
Class
- MigrateSQLMap
- @file Defines a Drupal db-based implementation of MigrateMap.
Code
public function getMapTable() {
return $this->mapTable;
}