function FeedInterface::deleteItems

Same name in other branches
  1. 9 core/modules/aggregator/src/FeedInterface.php \Drupal\aggregator\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

$this The class instance that this method is called on.

See also

\Drupal\aggregator\ItemsImporterInterface::delete()

1 method overrides FeedInterface::deleteItems()
Feed::deleteItems in core/modules/aggregator/src/Entity/Feed.php
Deletes all items from a feed.

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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.