Sonata\OrderBundle\Controller\Api\OrderController::getOrderAction PHP Method

getOrderAction() public method

Retrieves a specific order.
public getOrderAction ( $id ) : Sonata\Component\Order\OrderInterface
$id
return Sonata\Component\Order\OrderInterface
    public function getOrderAction($id)
    {
        return $this->getOrder($id);
    }