You are here

protected property AddToCartController::$orderTypeResolver in Commerce Add To Cart Link 2.x

Same name and namespace in other branches
  1. 8 src/Controller/AddToCartController.php \Drupal\commerce_add_to_cart_link\Controller\AddToCartController::orderTypeResolver

The order type resolver.

Type: \Drupal\commerce_order\Resolver\OrderTypeResolverInterface

File

src/Controller/AddToCartController.php, line 62

Class

AddToCartController
Defines the add to cart controller.

Namespace

Drupal\commerce_add_to_cart_link\Controller

Code

protected $orderTypeResolver;