You are here

public function UCWishlistController::__construct in UC Wish List 8

Constructs a UCWishlistController object.

Parameters

\Drupal\uc_wishlist\Database\UcWishlistManager $wishlist_manager:

File

src/Controller/UCWishlistController.php, line 27

Class

UCWishlistController

Namespace

Drupal\uc_wishlist\Controller

Code

public function __construct(UcWishlistManager $wishlist_manager) {
  $this->wishlistManager = $wishlist_manager;
}