Automattic\WooCommerce\Internal\ProductFeed\Integrations
IntegrationInterface::get_product_mapper
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() IntegrationInterface::get product mapper code WC 10.8.1
public function get_product_mapper(): ProductMapperInterface;