ItemsImporterInterface
interface ItemsImporterInterface (View source)
Provides an interface defining an aggregator items importer.
Methods
bool
Details
bool
refresh(FeedInterface $feed)
Updates the feed items by triggering the import process.
This process can be slow and lengthy because it relies on network operations. Calling it on performance critical paths should be avoided.
delete(FeedInterface $feed)
Deletes all imported items from a feed.