You are here

public function ExportEntitySettingsForm::submitForm in Content Synchronizer 8

Same name and namespace in other branches
  1. 8.2 src/Form/ExportEntitySettingsForm.php \Drupal\content_synchronizer\Form\ExportEntitySettingsForm::submitForm()
  2. 3.x src/Form/ExportEntitySettingsForm.php \Drupal\content_synchronizer\Form\ExportEntitySettingsForm::submitForm()

Form submission handler.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Overrides FormInterface::submitForm

File

src/Form/ExportEntitySettingsForm.php, line 35

Class

ExportEntitySettingsForm
Class ExportEntitySettingsForm.

Namespace

Drupal\content_synchronizer\Form

Code

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

  // Empty implementation of the abstract submit class.
}