You are here

public function CmisQueryForm::submitForm in CMIS API 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Form/CmisQueryForm.php \Drupal\cmis\Form\CmisQueryForm::submitForm()
  2. 8 src/Form/CmisQueryForm.php \Drupal\cmis\Form\CmisQueryForm::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/CmisQueryForm.php, line 114

Class

CmisQueryForm
Class CmisQueryForm.

Namespace

Drupal\cmis\Form

Code

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

  // No submit handling here.
}