• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/configuration/facebook/fields/setup/channel.php
  • Класс: BitrixSeoBusinessSuiteConfigurationFacebookFieldsSetupChannel
  • Вызов: Channel::checkValue
static function checkValue($value): bool
{
	return is_string($value) && in_array($value,[
		static::CHANNEL_COMMERCE,
		static::CHANNEL_COMMERCE_OFFSITE,
		static::CHANNEL_FEED,
		static::CHANNEL_MARKETPLACE,
		static::CHANNEL_SIGNALS
	]);

}