Documentation

TeamsRecipientAutocompleteController extends ControllerBase
in package

Custom controller for the autocomplete callback.

Table of Contents

$graphService  : GraphService
The graph service.
__construct()  : mixed
Constructor for our custom controller.
create()  : mixed
{@inheritdoc}
handleAutocomplete()  : JsonResponse
Handle our autocomplete request.

Properties

Methods

handleAutocomplete()

Handle our autocomplete request.

public handleAutocomplete(Request $request) : JsonResponse
Parameters
$request : Request

The request where we can get the parameters from.

Tags
throws
TempStoreException
throws
GuzzleException
throws
IdentityProviderException
Return values
JsonResponse

The JSON response used in the form.

Search results