isTypeReplace() public method

A convenience function to check if this batch type is a REPLACE action.
public isTypeReplace ( ) : boolean
return boolean
 /**
  * {@inheritdoc}
  */
 public function isBatchSupported(Batch $batch)
 {
     return $batch->isTypeReplace();
 }