You are here

public function WarmerInterface::getBatchSize in Warmer 8

Same name and namespace in other branches
  1. 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

WarmerInterface

Namespace

Drupal\warmer\Plugin

Code

public function getBatchSize();