Plugin functions in Feeds 6
@todo Encapsulate this in a FeedsPluginHandler class, move it to includes/ and only load it if we're manipulating plugins.
File
- ./
feeds.module, line 733 - Feeds - basic API functions and hook implementations.
Functions
Name | Location | Description |
---|---|---|
feeds_get_plugins |
./ |
Gets all available plugins. Does not list hidden plugins. |
feeds_get_plugins_by_type |
./ |
Gets all available plugins of a particular type. |
feeds_plugin_child |
./ |
Determines whether given plugin is derived from given base plugin. |
feeds_plugin_compare |
./ |
Sort callback for feeds_get_plugins(). |
feeds_plugin_instance |
./ |
Gets an instance of a class for a given plugin and id. |
feeds_plugin_type |
./ |
Determines the type of a plugin. |