FeedInterface::deleteItems

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();
doc_Drupal
2016-10-29 09:10:09
Comments
Leave a Comment

Please login to continue.