Automattic\WooCommerce\Internal\ProductFeed\Integrations

IntegrationInterface::get_product_mapperpublicWC 1.0

Get the product mapper for the provider.

Method of the class: IntegrationInterface{}

No Hooks.

Returns

ProductMapperInterface. The product mapper.

Usage

$IntegrationInterface = new IntegrationInterface();
$IntegrationInterface->get_product_mapper(): ProductMapperInterface;

IntegrationInterface::get_product_mapper() code WC 10.8.1

public function get_product_mapper(): ProductMapperInterface;