Automattic\WooCommerce\Internal\ProductFeed\Integrations

IntegrationInterface::get_product_mapperpublicWC 1.0

Get the product mapper for the provider.

Метод класса: IntegrationInterface{}

Хуков нет.

Возвращает

ProductMapperInterface. The product mapper.

Использование

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

Код IntegrationInterface::get_product_mapper() WC 10.5.2

public function get_product_mapper(): ProductMapperInterface;