You are here

public function AuditFilesManagedNotUsed::getFormName in Audit Files 8.3

Same name and namespace in other branches
  1. 8 src/Form/AuditFilesManagedNotUsed.php \Drupal\auditfiles\Form\AuditFilesManagedNotUsed::getFormName()
  2. 8.2 src/Form/AuditFilesManagedNotUsed.php \Drupal\auditfiles\Form\AuditFilesManagedNotUsed::getFormName()
  3. 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\Form

Code

public function getFormName() {
  return 'AuditFilesManagedNotUsed';
}