You are here

function appointment_calendar_appointment_calendar_timeslot_callback_form in Appointment Calendar 8

Same name and namespace in other branches
  1. 7 appointment_calendar.module \appointment_calendar_appointment_calendar_timeslot_callback_form()

TimeSlots callback to render derived slots.

1 string reference to 'appointment_calendar_appointment_calendar_timeslot_callback_form'
appointment_calendar_form_alter in ./appointment_calendar.module
implements hook_form_alter().

File

./appointment_calendar.module, line 153

Code

function appointment_calendar_appointment_calendar_timeslot_callback_form(array &$form, FormStateInterface $form_state) {
  return $form['data'];
}