You are here

public function FeedTypeInterface::getImportPeriod in Feeds 8.3

Returns the import period.

Return value

int The import period in seconds.

1 method overrides FeedTypeInterface::getImportPeriod()
FeedType::getImportPeriod in src/Entity/FeedType.php
Returns the import period.

File

src/FeedTypeInterface.php, line 48

Class

FeedTypeInterface
Provides an interface defining a feeds feed type entity.

Namespace

Drupal\feeds

Code

public function getImportPeriod();