You are here

public function MigrateXMLFieldMapping::getXpath in Migrate 7.2

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

Get xpath of current item.

File

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

Class

MigrateXMLFieldMapping
Adds xpath info to field mappings for XML sources

Code

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