Mage2\Checkout\Controllers\CheckoutController::shippingOption PHP Method

shippingOption() public method

public shippingOption ( )
    public function shippingOption()
    {
        $shillingOptions = Shipping::all();
        return view('checkout.shipping-option')->with('shillingOptions', $shillingOptions);
    }