public function FeedTypeInterface::setImportPeriod in Feeds 8.3
Sets the import period.
Parameters
int $import_period: The import period in seconds.
1 method overrides FeedTypeInterface::setImportPeriod()
- FeedType::setImportPeriod in src/
Entity/ FeedType.php - Sets the import period.
File
- src/
FeedTypeInterface.php, line 56
Class
- FeedTypeInterface
- Provides an interface defining a feeds feed type entity.
Namespace
Drupal\feedsCode
public function setImportPeriod($import_period);