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
Namespace
Drupal\simplesamlphp_custom_attributes\FormCode
public function getFormId() {
return 'simplesamlphp_custom_attributes_delete_form';
}