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
Namespace
Drupal\uc_wishlist\ControllerCode
public function __construct(UcWishlistManager $wishlist_manager) {
$this->wishlistManager = $wishlist_manager;
}