public function ProcessorInterface::remove

Removes stored feed data.

Called by aggregator if either a feed is deleted or a user clicks on "remove items".

Parameters

\Drupal\aggregator\Plugin\Core\Entity\Feed $feed: The $feed object whose items are being removed.

2 methods override ProcessorInterface::remove()
DefaultProcessor::remove in drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/processor/DefaultProcessor.php
Implements \Drupal\aggregator\Plugin\ProcessorInterface::remove().
TestProcessor::remove in drupal/core/modules/aggregator/tests/modules/aggregator_test/lib/Drupal/aggregator_test/Plugin/aggregator/processor/TestProcessor.php
Implements \Drupal\aggregator\Plugin\ProcessorInterface::remove().

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/ProcessorInterface.php, line 84
Contains \Drupal\aggregator\Plugin\ProcessorInterface.

Class

ProcessorInterface
Defines an interface for aggregator processor implementations.

Namespace

Drupal\aggregator\Plugin

Code

public function remove(Feed $feed);