You are here

namespace Drupal\commerce_wishlist in Commerce Wishlist 8.3

Classsort descending Location Description
WishlistAssignment src/WishlistAssignment.php Default wishlist assignment implementation.
WishlistAssignmentInterface src/WishlistAssignmentInterface.php Handles assigning anonymous wishlists to user accounts.
WishlistItemAccessControlHandler src/WishlistItemAccessControlHandler.php Provides an access control handler for wishlist items.
WishlistItemListBuilder src/WishlistItemListBuilder.php Defines the list builder for wishlist items.
WishlistItemPermissionProvider src/WishlistItemPermissionProvider.php Provides permissions for wishlist items.
WishlistItemRouteProvider src/WishlistItemRouteProvider.php Provides routes for the wishlist item entity.
WishlistItemStorage src/WishlistItemStorage.php Defines the wishlist item storage.
WishlistItemStorageInterface src/WishlistItemStorageInterface.php Defines the interface for wishlist item storage.
WishlistItemViewsData src/WishlistItemViewsData.php Provides views data for wishlist items.
WishlistListBuilder src/WishlistListBuilder.php Defines the list builder for wishlists.
WishlistManager src/WishlistManager.php Default implementation of the wishlist manager.
WishlistManagerInterface src/WishlistManagerInterface.php Manages the wishlist and its wishlist items.
WishlistProvider src/WishlistProvider.php Default implementation of the wishlist provider.
WishlistProviderInterface src/WishlistProviderInterface.php Creates and loads wishlists for anonymous and authenticated users.
WishlistPurchase src/WishlistPurchase.php Provides a value object for wishlist purchases.
WishlistRouteProvider src/WishlistRouteProvider.php Provides routes for the wishlist entity.
WishlistSession src/WishlistSession.php Default implementation of the wishlist session.
WishlistSessionInterface src/WishlistSessionInterface.php Stores wishlist ids in the anonymous user's session.
WishlistStorage src/WishlistStorage.php Defines the wishlist storage.
WishlistStorageInterface src/WishlistStorageInterface.php Defines the interface for wishlist storage.
WishlistTypeListBuilder src/WishlistTypeListBuilder.php Defines the list builder for wishlist types.