You are here

Feeds Tamper API in Feeds Tamper 7

Same name and namespace in other branches
  1. 6 feeds_tamper.inc \feeds_tamper_api

API functions for dealing with plugins and plugin instances.

File

./feeds_tamper.inc, line 9
Version agnostic parts of feeds_tamper.module.

Functions

Namesort descending Location Description
feeds_tamper_delete_instance ./feeds_tamper.inc Delete a single plugin instance.
feeds_tamper_get_plugin ./feeds_tamper.inc Get a single plugin.
feeds_tamper_get_plugins ./feeds_tamper.inc Get all available plugins.
feeds_tamper_get_unique_source_list ./feeds_tamper.inc Returns a unique list of sources in order.
feeds_tamper_load_all_instances ./feeds_tamper.inc Load all plugin instances.
feeds_tamper_load_by_importer ./feeds_tamper.inc Load plugin instances by importer id.
feeds_tamper_load_instance ./feeds_tamper.inc Load a plugin instance by id.
feeds_tamper_make_machine ./feeds_tamper.inc Return a machine name safe version of a string.
feeds_tamper_new_instance ./feeds_tamper.inc Create a new plugin instance with default values filled in.
feeds_tamper_rectify_instances ./feeds_tamper.inc Removes plugin instances whos source was removed.
feeds_tamper_save_instance ./feeds_tamper.inc Save a plugin instance.
_feeds_tamper_cmp ./feeds_tamper.inc Comparison callback that sorts by weight, then alphabetically by id.