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

	self::$elementCount = null;
}