public function AssetRefreshManagerInterface::setRequestLimit in Media: Acquia DAM 8
Set a new request limit.
Parameters
int $newLimit: The new request limit. Minimum of 1.
Return value
int The old limit that was set.
1 method overrides AssetRefreshManagerInterface::setRequestLimit()
- AssetRefreshManager::setRequestLimit in src/
Service/ AssetRefreshManager.php - Set a new request limit.
File
- src/
Service/ AssetRefreshManagerInterface.php, line 51
Class
- AssetRefreshManagerInterface
- Interface AssetRefreshManagerInterface.
Namespace
Drupal\media_acquiadam\ServiceCode
public function setRequestLimit(int $newLimit = 250) : int;