public function AssetRefreshManagerInterface::setLastReadInterval in Media: Acquia DAM 8
Set the request read interval.
Parameters
int $lastReadInterval: The new request read interval value. Minimum of 1.
Return value
int The old request read interval.
1 method overrides AssetRefreshManagerInterface::setLastReadInterval()
- AssetRefreshManager::setLastReadInterval in src/
Service/ AssetRefreshManager.php - Set the request read interval.
File
- src/
Service/ AssetRefreshManagerInterface.php, line 70
Class
- AssetRefreshManagerInterface
- Interface AssetRefreshManagerInterface.
Namespace
Drupal\media_acquiadam\ServiceCode
public function setLastReadInterval(int $lastReadInterval = 43200) : int;