You are here

public function FeedInterface::import in Feeds 8.3

Imports the whole feed at once.

This does not batch. It assumes that the input is small enough to not need it.

Throws

\Exception Re-throws any exception that bubbles up.

1 method overrides FeedInterface::import()
Feed::import in src/Entity/Feed.php
Imports the whole feed at once.

File

src/FeedInterface.php, line 115

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function import();