You are here

public function ProductHandlerInterface::buildNodeUrl in Mailchimp E-Commerce 8

Creates a product URL from a node.

Parameters

Node $product: The Commerce product object.

Return value

string The URL of the product.

1 method overrides ProductHandlerInterface::buildNodeUrl()
ProductHandler::buildNodeUrl in src/ProductHandler.php
Creates a product URL from a node.

File

src/ProductHandlerInterface.php, line 144

Class

ProductHandlerInterface
Interface for the Product handler.

Namespace

Drupal\mailchimp_ecommerce

Code

public function buildNodeUrl(Node $product);