You are here

public function IdpDeleteForm::form in SAML Service Provider 8.2

Parameters

int $id: (optional) The ID of the item to be deleted.

Overrides EntityForm::form

File

src/Form/IdpDeleteForm.php, line 71
Delete a single idp

Class

IdpDeleteForm

Namespace

Drupal\saml_sp\Form

Code

public function form(array $form, FormStateInterface $form_state) {
  return parent::form($form, $form_state);
}