Sonata\PaymentBundle\Controller\DebugPaymentController::getDebugPayment PHP Method

getDebugPayment() protected method

protected getDebugPayment ( ) : DebugPayment
return Sonata\Component\Payment\Debug\DebugPayment
    protected function getDebugPayment()
    {
        return $this->get('sonata.payment.method.debug');
    }