You are here

public function AuditFilesUsedNotManaged::submitForm in Audit Files 8.2

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

Submit form.

Overrides FormInterface::submitForm

File

src/Form/AuditFilesUsedNotManaged.php, line 230

Class

AuditFilesUsedNotManaged
Class for file used but not managed.

Namespace

Drupal\auditfiles\Form

Code

public function submitForm(array &$form, FormStateInterface $form_state) {
}