Closed (fixed)
Project:
Feeds Tamper
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
8 Jul 2011 at 16:46 UTC
Updated:
22 May 2012 at 14:50 UTC
Hi
I have to create some custom tamper plugins (rewriting data). What is the best way to integrate my own plugin from my custom module?
It seems to me, that there is no hook and now proper way of doing this exept adding files to the module folder.
Is this correct? Or is there an integration possiblity?
Comments
Comment #1
imiksuI was actually wondering the same. It seems that feeds tamper is using ctools and therefore gets little interesting since I haven't got familiar with its API because of poor documentation..
Comment #2
twistor commentedThis needs to be documented.
All that needs to be done is:
where 'plugins/' is the directory that you want to stick plugins in. The plugins have the same format as the ones that come with tamper.
Edit: return 'plugins/'; -> return 'plugins';
Comment #3
Letharion commentedDocumented here: http://drupal.org/node/1246602