public function FeedType::getImportPeriod in Feeds 8.3
Returns the import period.
Return value
int The import period in seconds.
Overrides FeedTypeInterface::getImportPeriod
File
- src/
Entity/ FeedType.php, line 265
Class
- FeedType
- Defines the Feeds feed type entity.
Namespace
Drupal\feeds\EntityCode
public function getImportPeriod() {
return $this->import_period;
}