You are here

public function AuditFilesNotOnServer::submitForm in Audit Files 4.x

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

Delete record from database confirm.

Overrides FormInterface::submitForm

File

src/Form/AuditFilesNotOnServer.php, line 276

Class

AuditFilesNotOnServer
Form for File not on server functionality.

Namespace

Drupal\auditfiles\Form

Code

public function submitForm(array &$form, FormStateInterface $form_state) {
  batch_set($this->auditFilesNotOnServer
    ->auditfilesNotOnServerBatchDeleteCreateBatch($form_state
    ->getValue('changelist')));
}