CRM_Utils_Migrate_Import
class CRM_Utils_Migrate_Import
Methods
__construct()
Class constructor.
run(string $file)
Import custom-data from an XML file.
bool
optionGroups($xml, $idMap)
No description
optionValues($xml, $idMap)
No description
relationshipTypes($xml)
No description
contributionTypes($xml)
No description
customGroups($xml, $idMap)
No description
customFields($xml, $idMap)
No description
profileGroups($xml, $idMap)
No description
profileFields($xml, $idMap)
No description
profileJoins($xml, $idMap)
No description
Details
at line 38
__construct()
Class constructor.
at line 49
run(string $file)
Import custom-data from an XML file.
at line 67
runXmlElement(SimpleXMLElement $xml)
Import custom-data from an XML element.