ItemsImporterInterface::delete

public ItemsImporterInterface::delete(FeedInterface $feed)

Deletes all imported items from a feed.

Parameters

\Drupal\aggregator\FeedInterface $feed: The feed that associated items should be deleted from.

File

core/modules/aggregator/src/ItemsImporterInterface.php, line 30

Class

ItemsImporterInterface
Provides an interface defining an aggregator items importer.

Namespace

Drupal\aggregator

Code

public function delete(FeedInterface $feed);
doc_Drupal
2016-10-29 09:21:23
Comments
Leave a Comment

Please login to continue.