You are here

public function AuditFilesUsedNotReferenced::getFormId in Audit Files 8.2

Same name and namespace in other branches
  1. 8.3 src/Form/AuditFilesUsedNotReferenced.php \Drupal\auditfiles\Form\AuditFilesUsedNotReferenced::getFormId()
  2. 8 src/Form/AuditFilesUsedNotReferenced.php \Drupal\auditfiles\Form\AuditFilesUsedNotReferenced::getFormId()
  3. 4.x src/Form/AuditFilesUsedNotReferenced.php \Drupal\auditfiles\Form\AuditFilesUsedNotReferenced::getFormId()

Widget Id.

Overrides FormInterface::getFormId

File

src/Form/AuditFilesUsedNotReferenced.php, line 80

Class

AuditFilesUsedNotReferenced
File used but not referenced functionality.

Namespace

Drupal\auditfiles\Form

Code

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