class ConfirmFormHelper (View source)

Provides common functionality to confirmation forms.

Methods

static array
buildCancelLink(ConfirmFormInterface $form, Request $request)

Builds the cancel link for a confirmation form.

Details

Builds the cancel link for a confirmation form.

Parameters

ConfirmFormInterface $form

The confirmation form.

Request $request

The current request.

Return Value

array

The link render array for the cancel form.