You are here

public function MigrateXMLFieldMapping::getXpath in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/sources/xml.inc \MigrateXMLFieldMapping::getXpath()

File

plugins/sources/xml.inc, line 195
Support for migration from XML sources.

Class

MigrateXMLFieldMapping
Adds xpath info to field mappings for XML sources

Code

public function getXpath() {
  return $this->xpath;
}