You are here

public function Demo::submitForm in jQuery World Calendars API 3.x

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/Demo.php, line 29
Contains \Drupal\jquery_calendar\Form\Demo.

Class

Demo

Namespace

Drupal\jquery_calendar\Form

Code

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