public function FeedsExecutableInterface::processItem in Feeds 8.3
Processes a stage of an import.
Parameters
\Drupal\feeds\FeedInterface $feed: The feed to batch.
string $stage: The stage which the import is at.
array $params: Parameters relevant to the current stage.
1 method overrides FeedsExecutableInterface::processItem()
- FeedsExecutable::processItem in src/
FeedsExecutable.php - Processes a stage of an import.
File
- src/
FeedsExecutableInterface.php, line 62
Class
- FeedsExecutableInterface
- Defines an interface for importing feeds.
Namespace
Drupal\feedsCode
public function processItem(FeedInterface $feed, $stage, array $params = []);