Elasticsearch\Bulk::getOperations PHP Method

getOperations() public method

get all pending operations
public getOperations ( ) : array
return array
    public function getOperations()
    {
        return $this->operations;
    }