You are here

service uc_wishlist.manager in UC Wish List 8

Class

Drupal\uc_wishlist\Database\UcWishlistManager
10 string references to uc_wishlist.manager
UCWishlistAdminDeleteForm::create in src/Form/UCWishlistAdminDeleteForm.php
Instantiates a new instance of this class.
UCWishlistController::create in src/Controller/UCWishlistController.php
Instantiates a new instance of this class.
uc_wishlist_add_item in ./uc_wishlist.module
Adds an item to a user's wish list.
uc_wishlist_create_wishlist in ./uc_wishlist.module
Creates a new wishlist for the current authenticated or anonymous user.
uc_wishlist_form_alter in ./uc_wishlist.module
Implements hook_form_alter().

... See full list

File

./uc_wishlist.services.yml
uc_wishlist.services.yml

View source
  1. class: Drupal\uc_wishlist\Database\UcWishlistManager
  2. arguments:
  3. - '@database'