You are here

protected property AddToCartController::$orderTypeResolver in Commerce Add To Cart Link 8

Same name and namespace in other branches
  1. 2.x 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 60

Class

AddToCartController
Defines the add to cart controller.

Namespace

Drupal\commerce_add_to_cart_link\Controller

Code

protected $orderTypeResolver;