You are here

public function AuditFilesUsedNotManaged::getFormId in Audit Files 8

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

Widget Id.

Overrides FormInterface::getFormId

File

src/Form/AuditFilesUsedNotManaged.php, line 19

Class

AuditFilesUsedNotManaged
Class for file used but not managed.

Namespace

Drupal\auditfiles\Form

Code

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