Feeds Tamper API in Feeds Tamper 7
Same name and namespace in other branches
- 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
Name | Location | Description |
---|---|---|
feeds_tamper_delete_instance |
./ |
Delete a single plugin instance. |
feeds_tamper_get_plugin |
./ |
Get a single plugin. |
feeds_tamper_get_plugins |
./ |
Get all available plugins. |
feeds_tamper_get_unique_source_list |
./ |
Returns a unique list of sources in order. |
feeds_tamper_load_all_instances |
./ |
Load all plugin instances. |
feeds_tamper_load_by_importer |
./ |
Load plugin instances by importer id. |
feeds_tamper_load_instance |
./ |
Load a plugin instance by id. |
feeds_tamper_make_machine |
./ |
Return a machine name safe version of a string. |
feeds_tamper_new_instance |
./ |
Create a new plugin instance with default values filled in. |
feeds_tamper_rectify_instances |
./ |
Removes plugin instances whos source was removed. |
feeds_tamper_save_instance |
./ |
Save a plugin instance. |
_feeds_tamper_cmp |
./ |
Comparison callback that sorts by weight, then alphabetically by id. |