You are here

public function UCWishlistAdminDeleteForm::__construct in UC Wish List 8

File

src/Form/UCWishlistAdminDeleteForm.php, line 24

Class

UCWishlistAdminDeleteForm

Namespace

Drupal\uc_wishlist\Form

Code

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