function log_reschedule_action_form in Log entity 7
Log reschedule action configuration form.
Parameters
array $context: The context passed into the action form function.
array $form_state: The form state passed into the action form function.
Return value
array Returns a form array.
File
- ./
log.module, line 554 - Log - A general purpose record keeping system.
Code
function log_reschedule_action_form(array $context, array $form_state) {
return _log_action_date_form($context, $form_state, 'Reschedule');
}