You are here

function appointment_calendar_appointment_calendar_timeslot_callback_form in Appointment Calendar 7

Same name and namespace in other branches
  1. 8 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 286
Adds Appointment calendar filtering and displays Availability.

Code

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