Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog
POSIntegration::get_product_mapper
{@inheritdoc}
Method of the class: POSIntegration{}
No Hooks.
Returns
null. Nothing (null).
Usage
$POSIntegration = new POSIntegration(); $POSIntegration->get_product_mapper(): ProductMapper;
POSIntegration::get_product_mapper() POSIntegration::get product mapper code WC 10.9.4
public function get_product_mapper(): ProductMapper {
return $this->container->get( ProductMapper::class );
}