function ItemsImporterInterface::delete

Same name and namespace in other branches
  1. 8.9.x 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

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

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