You are here

public function MigrateFieldMapping::getSourceField in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 includes/field_mapping.inc \MigrateFieldMapping::getSourceField()

File

includes/field_mapping.inc, line 28
The MigrateFieldMapping class - tracking mappings between source and destination.

Class

MigrateFieldMapping
@file The MigrateFieldMapping class - tracking mappings between source and destination.

Code

public function getSourceField() {
  return $this->sourceField;
}