public FeedInterface::deleteItems()
Deletes all items from a feed.
This will also reset the last checked and modified time of the feed and save it.
Return value
\Drupal\aggregator\FeedInterface The class instance that this method is called on.
See also
\Drupal\aggregator\ItemsImporterInterface::delete()
File
- core/modules/aggregator/src/FeedInterface.php, line 225
Class
- FeedInterface
- Provides an interface defining an aggregator feed entity.
Namespace
Drupal\aggregator
Code
public function deleteItems();
Please login to continue.