ProductRepositoryDeleterInterface
in
Interface ProductRepositoryDeleterInterface
Tags
Table of Contents
- deleteById() : ProductRepositoryDeleterInterface|$this
- Removes a product by the given product id.
Methods
deleteById()
Removes a product by the given product id.
public
deleteById(IdType $productId) : ProductRepositoryDeleterInterface|$this
Parameters
- $productId : IdType
-
Id of product entity.
Return values
ProductRepositoryDeleterInterface|$this —Same instance for chained method calls.