You are here

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

Namesort descending Location Description
feeds_get_plugins ./feeds.module Gets all available plugins. Does not list hidden plugins.
feeds_get_plugins_by_type ./feeds.module Gets all available plugins of a particular type.
feeds_plugin_child ./feeds.module Determines whether given plugin is derived from given base plugin.
feeds_plugin_compare ./feeds.module Sort callback for feeds_get_plugins().
feeds_plugin_instance ./feeds.module Gets an instance of a class for a given plugin and id.
feeds_plugin_type ./feeds.module Determines the type of a plugin.