public function InstagramAccountInterface::getCronLimit in Instagram Feeds 8
Gets Cron limit value.
Return value
int How many posts to import during single Cron job.
1 method overrides InstagramAccountInterface::getCronLimit()
- InstagramAccount::getCronLimit in src/
Entity/ InstagramAccount.php - Gets Cron limit value.
File
- src/
Entity/ InstagramAccountInterface.php, line 110
Class
- InstagramAccountInterface
- InstagramAccount Interface.
Namespace
Drupal\instagram_feeds\EntityCode
public function getCronLimit() : int;