• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/integration/ui/entityselector/fireduserprovider.php
  • Класс: BitrixSocialnetworkIntegrationUIEntitySelectorFiredUserProvider
  • Вызов: FiredUserProvider::sendOnFiredUserProviderQueryEvent
static function sendOnFiredUserProviderQueryEvent(array $options): void
{
	$event = new BitrixMainEvent('ui', 'onFiredUserProviderQuery', [
		'module' => $options['module'],
		'entityTypeId' => $options['entityTypeId'],
	]);

	$event->send();
}