public function AuditFilesUsedNotManaged::getFormId in Audit Files 4.x
Same name and namespace in other branches
- 8.3 src/Form/AuditFilesUsedNotManaged.php \Drupal\auditfiles\Form\AuditFilesUsedNotManaged::getFormId()
- 8 src/Form/AuditFilesUsedNotManaged.php \Drupal\auditfiles\Form\AuditFilesUsedNotManaged::getFormId()
- 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\FormCode
public function getFormId() {
return 'audit_files_used_not_managed';
}