Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog
POSIntegration::get_feed_validator
{@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() POSIntegration::get feed validator code WC 10.7.0
public function get_feed_validator(): FeedValidatorInterface {
return $this->container->get( FeedValidator::class );
}