• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/config/state.php
  • Класс: BitrixCatalogConfigState
  • Вызов: State::handlerAfterIblockElementUpdate
static function handlerAfterIblockElementUpdate(array &$fields): void
{
	if ($fields['RESULT'] === false)
	{
		return;
	}
	if (!self::checkIblockId($fields))
	{
		return;
	}
	if (!array_key_exists('IBLOCK_SECTION', $fields))
	{
		return;
	}

	self::$elementCount = null;
}