• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/configuration/facebook/setup.php
  • Класс: BitrixSeoBusinessSuiteConfigurationFacebookSetup
  • Вызов: Setup::save
public function save() : bool
{
	try
	{
		ConfigOption::set(self::MODULE_ID,self::CONFIG_OPTION,Json::encode($this->value));
	}
	catch (Throwable $exception)
	{
		return false;
	}
	return true;
}