Sonata\Component\Payment\Selector::getPaymentPool PHP Method

getPaymentPool() public method

public getPaymentPool ( ) : Pool | null
return Pool | null
    public function getPaymentPool()
    {
        return $this->paymentPool;
    }