Feed Me provides several hooks that give other plugins the chance to interact with the plugin.
public function registerFeedMeFieldTypes()
{
return array(
new PluginName_FieldTypeFeedMeFieldType(),
);
}
Learn more about Field Types.
public function registerFeedMeDataTypes()
{
return array(
new PluginName_CsvFeedMeDataType(),
);
}
Learn more about Data Types.
public function registerFeedMeElementTypes()
{
return array(
new PluginName_ElementFeedMeElementType(),
);
}
Learn more about Element Types.
Available for Craft 2 & Craft 3, with Free and Pro versions.