public function WarmerInterface::getBatchSize in Warmer 8
Same name and namespace in other branches
- 2.x src/Plugin/WarmerInterface.php \Drupal\warmer\Plugin\WarmerInterface::getBatchSize()
Returns the batch size for the warming operation.
Return value
int The size.
1 method overrides WarmerInterface::getBatchSize()
- WarmerPluginBase::getBatchSize in src/
Plugin/ WarmerPluginBase.php - Returns the batch size for the warming operation.
File
- src/
Plugin/ WarmerInterface.php, line 15
Class
Namespace
Drupal\warmer\PluginCode
public function getBatchSize();