You are here

public function OrderAdminController::__construct in Ubercart 8.4

Constructs an OrderAdminController object.

Parameters

\Drupal\Core\Database\Connection $database: A database connection.

File

uc_order/src/Controller/OrderAdminController.php, line 42

Class

OrderAdminController
Controller routines for order routes.

Namespace

Drupal\uc_order\Controller

Code

public function __construct(Connection $database) {
  $this->database = $database;
}