You are here

public function AuditFilesUsedNotManaged::getFormId in Audit Files 4.x

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

Widget Id.

Overrides FormInterface::getFormId

File

src/Form/AuditFilesUsedNotManaged.php, line 74

Class

AuditFilesUsedNotManaged
Class for file used but not managed.

Namespace

Drupal\auditfiles\Form

Code

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