• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/preset/material.php
  • Класс: BitrixCatalogComponentPresetMaterial
  • Вызов: Material::isOn
public function isOn(): bool
{
	return Option::get('catalog', 'preset_store_material', 'N') === 'Y';
}