Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog

POSIntegration::get_feed_validatorpublicWC 1.0

{@inheritdoc}

Method of the class: POSIntegration{}

No Hooks.

Returns

null. Nothing (null).

Usage

$POSIntegration = new POSIntegration();
$POSIntegration->get_feed_validator(): FeedValidatorInterface;

POSIntegration::get_feed_validator() code WC 10.7.0

public function get_feed_validator(): FeedValidatorInterface {
	return $this->container->get( FeedValidator::class );
}