You are here

public function ItemsImporterInterface::delete in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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 35
Contains \Drupal\aggregator\ItemsImporterInterface.

Class

ItemsImporterInterface
Provides an interface defining an aggregator items importer.

Namespace

Drupal\aggregator

Code

public function delete(FeedInterface $feed);