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

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