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

	self::$iblockSections = null;
	self::$fullIblockSections = null;
	self::$elementCount = null;
}