function ItemsImporterInterface::delete
Same name in other branches
- 9 core/modules/aggregator/src/ItemsImporterInterface.php \Drupal\aggregator\ItemsImporterInterface::delete()
Deletes all imported items from a feed.
Parameters
\Drupal\aggregator\FeedInterface $feed: The feed that associated items should be deleted from.
1 method overrides ItemsImporterInterface::delete()
- ItemsImporter::delete in core/
modules/ aggregator/ src/ ItemsImporter.php - Deletes all imported items from a feed.
File
-
core/
modules/ aggregator/ src/ ItemsImporterInterface.php, line 30
Class
- ItemsImporterInterface
- Provides an interface defining an aggregator items importer.
Namespace
Drupal\aggregatorCode
public function delete(FeedInterface $feed);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.