• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/component/element.php
  • Класс: BitrixIblockComponentElement
  • Вызов: Element::getFilter
protected function getFilter()
{
	$filterFields = parent::getFilter();
	$filterFields['SHOW_HISTORY'] = $this->showWorkflowHistory();

	if ($this->arParams['SHOW_DEACTIVATED'] !== 'Y')
	{
		$filterFields['ACTIVE'] = 'Y';
	}

	return $filterFields;
}