You are here

public function AppointmentCalendarForm::appointment_calendar_filltime_slots_callback_form in Appointment Calendar 8

Ajax callback function to show timeslots.

File

src/Form/AppointmentCalendarForm.php, line 94

Class

AppointmentCalendarForm

Namespace

Drupal\appointment_calendar\Form

Code

public function appointment_calendar_filltime_slots_callback_form(array &$form, FormStateInterface $form_state) {
  return $form['slots'];
}