You are here

public function ProcessorInterface::expiryTime in Feeds 8.3

Returns the age of items that should be removed.

@todo Move this to a separate interface.

Return value

int The unix timestamp of the age of items to be removed.

1 method overrides ProcessorInterface::expiryTime()
EntityProcessorBase::expiryTime in src/Feeds/Processor/EntityProcessorBase.php
Returns the age of items that should be removed.

File

src/Plugin/Type/Processor/ProcessorInterface.php, line 169

Class

ProcessorInterface
Interface for Feeds processor plugins.

Namespace

Drupal\feeds\Plugin\Type\Processor

Code

public function expiryTime();