You are here

public function SimplesamlphpCustomAttributesDeleteForm::getFormId in SimpleSAMLphp Custom Attribute Mapping 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/SimplesamlphpCustomAttributesDeleteForm.php, line 68

Class

SimplesamlphpCustomAttributesDeleteForm

Namespace

Drupal\simplesamlphp_custom_attributes\Form

Code

public function getFormId() {
  return 'simplesamlphp_custom_attributes_delete_form';
}