You are here

public function TwoCheckoutController::__construct in Ubercart 8.4

Constructs a TwoCheckoutController.

Parameters

\Drupal\uc_cart\CartManagerInterface $cart_manager: The cart manager.

File

payment/uc_2checkout/src/Controller/TwoCheckoutController.php, line 31

Class

TwoCheckoutController
Controller routines for uc_2checkout.

Namespace

Drupal\uc_2checkout\Controller

Code

public function __construct(CartManagerInterface $cart_manager) {
  $this->cartManager = $cart_manager;
}