function ProductHandlerInterface::buildProductUrl in Mailchimp E-Commerce 8
Creates a URL from a Commerce product.
Parameters
Product $product: The Commerce product object.
Return value
string The URL of the product.
1 method overrides ProductHandlerInterface::buildProductUrl()
- ProductHandler::buildProductUrl in src/
ProductHandler.php - Creates a URL from a product.
File
- src/
ProductHandlerInterface.php, line 133
Class
- ProductHandlerInterface
- Interface for the Product handler.
Namespace
Drupal\mailchimp_ecommerceCode
function buildProductUrl($product);