You are here

protected property AddToWishlistController::$wishlistManager in Commerce Add To Cart Link 8

Same name and namespace in other branches
  1. 2.x modules/wishlist/src/Controller/AddToWishlistController.php \Drupal\commerce_add_to_wishlist_link\Controller\AddToWishlistController::wishlistManager

The wishlist manager.

Type: \Drupal\commerce_wishlist\WishlistManagerInterface

File

modules/wishlist/src/Controller/AddToWishlistController.php, line 34

Class

AddToWishlistController
Defines the add to wishlist controller.

Namespace

Drupal\commerce_add_to_wishlist_link\Controller

Code

protected $wishlistManager;