You are here

public function WishlistEntityAddEvent::getQuantity in Commerce Wishlist 8.3

Gets the quantity.

Return value

float The quantity.

File

src/Event/WishlistEntityAddEvent.php, line 90

Class

WishlistEntityAddEvent
Defines the wishlist entity add event.

Namespace

Drupal\commerce_wishlist\Event

Code

public function getQuantity() {
  return $this->quantity;
}