public function AuditFilesUsedNotManaged::getFormName in Audit Files 4.x
Same name and namespace in other branches
- 8.3 src/Form/AuditFilesUsedNotManaged.php \Drupal\auditfiles\Form\AuditFilesUsedNotManaged::getFormName()
- 8 src/Form/AuditFilesUsedNotManaged.php \Drupal\auditfiles\Form\AuditFilesUsedNotManaged::getFormName()
- 8.2 src/Form/AuditFilesUsedNotManaged.php \Drupal\auditfiles\Form\AuditFilesUsedNotManaged::getFormName()
Returns the internal name used to refer to the confirmation item.
Return value
string The internal form name.
Overrides ConfirmFormInterface::getFormName
File
- src/
Form/ AuditFilesUsedNotManaged.php, line 102
Class
- AuditFilesUsedNotManaged
- Class for file used but not managed.
Namespace
Drupal\auditfiles\FormCode
public function getFormName() {
return 'AuditFilesUsedNotManaged';
}