You are here

public function FeedInterface::startCronImport in Feeds 8.3

Starts importing a feed via cron.

Throws

\Exception Thrown if an un-recoverable error has occurred.

1 method overrides FeedInterface::startCronImport()
Feed::startCronImport in src/Entity/Feed.php
Starts importing a feed via cron.

File

src/FeedInterface.php, line 131

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function startCronImport();