Automattic\WooCommerce\Internal\ProductFeed\Integrations
IntegrationInterface::get_feed_validator
Get the feed validator for the provider.
Method of the class: IntegrationInterface{}
No Hooks.
Returns
FeedValidatorInterface. The feed validator.
Usage
$IntegrationInterface = new IntegrationInterface(); $IntegrationInterface->get_feed_validator(): FeedValidatorInterface;
IntegrationInterface::get_feed_validator() IntegrationInterface::get feed validator code WC 10.7.0
public function get_feed_validator(): FeedValidatorInterface;