• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/baseform.php
  • Класс: BitrixCatalogComponentBaseForm
  • Вызов: BaseForm::showSubscribeCatalogParameters
protected function showSubscribeCatalogParameters(): bool
{
	$iblockInfo = ServiceContainer::getIblockInfo($this->entity->getIblockId());

	if ($iblockInfo)
	{
		return $iblockInfo->hasSubscription();
	}

	return false;
}