• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/component/elementlist.php
  • Класс: BitrixIblockComponentElementList
  • Вызов: ElementList::checkProductIblock
protected function checkProductIblock(array $product): bool
{
	$result = true;
	if (!$this->isMultiIblockMode())
	{
		$result = ($product['PRODUCT_IBLOCK_ID'] == $this->arParams['IBLOCK_ID']);
	}
	return $result;
}