public function AssetRefreshManager::getRequestLimit in Media: Acquia DAM 8
Get the current request limit.
Return value
int The request limit.
Overrides AssetRefreshManagerInterface::getRequestLimit
2 calls to AssetRefreshManager::getRequestLimit()
- AssetRefreshManager::getAssetIds in src/
Service/ AssetRefreshManager.php - Returns the most recent media asset ids.
- AssetRefreshManager::setRequestLimit in src/
Service/ AssetRefreshManager.php - Set a new request limit.
File
- src/
Service/ AssetRefreshManager.php, line 251
Class
- AssetRefreshManager
- Class AssetRefreshManager.
Namespace
Drupal\media_acquiadam\ServiceCode
public function getRequestLimit() : int {
return $this->requestLimit;
}