final class DebuggerForm extends FormBase

Provides a Microsoft 365 Connector form.

Methods

__construct(GraphService $graphService)

Constructs a new DebuggerForm object.

array
buildForm(array $form, FormStateInterface $form_state)

{@inheritdoc}

static DebuggerForm
create(ContainerInterface $container)

{@inheritdoc}

string
getFormId()

{@inheritdoc}

void
submitForm(array $form, FormStateInterface $form_state)

{@inheritdoc}

Details

at line 25
__construct(GraphService $graphService)

Constructs a new DebuggerForm object.

Parameters

GraphService $graphService

The o365 Graph service.

at line 48
array buildForm(array $form, FormStateInterface $form_state)

{@inheritdoc}

Parameters

array $form
FormStateInterface $form_state

Return Value

array

at line 32
static DebuggerForm create(ContainerInterface $container)

{@inheritdoc}

Parameters

ContainerInterface $container

Return Value

DebuggerForm

at line 41
string getFormId()

{@inheritdoc}

Return Value

string

at line 73
void submitForm(array $form, FormStateInterface $form_state)

{@inheritdoc}

Parameters

array $form
FormStateInterface $form_state

Return Value

void