public function AuditFilesManagedNotUsed::getFormName in Audit Files 8.3
Same name and namespace in other branches
- 8 src/Form/AuditFilesManagedNotUsed.php \Drupal\auditfiles\Form\AuditFilesManagedNotUsed::getFormName()
 - 8.2 src/Form/AuditFilesManagedNotUsed.php \Drupal\auditfiles\Form\AuditFilesManagedNotUsed::getFormName()
 - 4.x src/Form/AuditFilesManagedNotUsed.php \Drupal\auditfiles\Form\AuditFilesManagedNotUsed::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/ AuditFilesManagedNotUsed.php, line 111  
Class
- AuditFilesManagedNotUsed
 - Form for Managed not used functionality.
 
Namespace
Drupal\auditfiles\FormCode
public function getFormName() {
  return 'AuditFilesManagedNotUsed';
}