Closed (won't fix)
Project:
FeedAPI
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2007 at 20:36 UTC
Updated:
2 Aug 2008 at 00:59 UTC
I am not sure if this is a good idea or not.
Defining a hook_feedapi_info() hook (similar to hook_node_info()) to be implemented by parser and processor add on modules might be useful.
Comments
Comment #1
alex_b commentedWhat info would you like to return on this hook? Could we use the drupal hook_help() for this purpose?
Comment #2
mustafau commentedhook_help() is meant to provide documentation strings. A hook_feedapi_info() hook might provide the name and type (parser, processor or both) of an add on module to FeedAPI.
Comment #3
mustafau commentedSeems better to me than using hook_help().
Comment #4
mustafau commentedI can provide a patch if you are willing to commit.
If you are holding the issue because you think hook_feedapi_info() is unnecessary please tag it as "won't fix".
Comment #5
mustafau commented