Utility functions in Feeds 7
Same name and namespace in other branches
- 8.2 feeds.module \utility
- 6 feeds.module \utility
- 7.2 feeds.module \utility
File
- ./
feeds.module, line 586 - Feeds - basic API functions and hook implementations.
Functions
Name | Location | Description |
---|---|---|
feeds_cache_clear |
./ |
Resets importer caches. Call when enabling/disabling importers. |
feeds_dbg |
./ |
Logs to a file like /mytmp/feeds_my_domain_org.log in temporary directory. |
feeds_enabled_importers |
./ |
Gets an array of enabled importer ids. |
feeds_export |
./ |
Exports a FeedsImporter configuration to code. |
feeds_get_importer_id |
./ |
Gets an enabled importer configuration by content type. |
feeds_importer_load_all |
./ |
Loads all importers. |
_feeds_importer_digest |
./ |
Helper function for feeds_get_importer_id() and feeds_enabled_importers(). |