getBatchIndexingSize() public method

Get number the batch indexing size from the configuration.
public getBatchIndexingSize ( ) : integer
return integer
Example #1
0
 /**
  * {@inheritDoc}
  */
 public function getBatchIndexingSize()
 {
     return $this->helper->getBatchIndexingSize();
 }