• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/event.php
  • Класс: BitrixRestEventTable
  • Вызов: EventTable::onBeforeAdd
static function onBeforeAdd(MainEntityEvent $event)
{
	return static::checkUniq($event);
}