public function CmisQueryForm::submitForm in CMIS API 8
Same name and namespace in other branches
- 8.2 src/Form/CmisQueryForm.php \Drupal\cmis\Form\CmisQueryForm::submitForm()
- 3.0.x 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 109
Class
- CmisQueryForm
- Class CmisQueryForm.
Namespace
Drupal\cmis\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
// No submit handling here.
}