Provides an interface defining an aggregator items importer.
Hierarchy
- interface \Drupal\aggregator\ItemsImporterInterface
File
- core/modules/aggregator/src/ItemsImporterInterface.php, line 8
Namespace
Drupal\aggregator
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ItemsImporterInterface::delete | public | function | Deletes all imported items from a feed. |
ItemsImporterInterface::refresh | public | function | Updates the feed items by triggering the import process. |
Please login to continue.