Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog

POSIntegration::get_feed_validatorpublicWC 1.0

{@inheritdoc}

Метод класса: POSIntegration{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код POSIntegration::get_feed_validator() WC 10.5.2

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