Automattic\WooCommerce\Internal\ProductFeed\Integrations

IntegrationInterface::get_feed_validatorpublicWC 1.0

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() code WC 10.7.0

public function get_feed_validator(): FeedValidatorInterface;