You are here

function log_clone_action_form in Log entity 7

Log clone 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 598
Log - A general purpose record keeping system.

Code

function log_clone_action_form(array $context, array $form_state) {
  return _log_action_date_form($context, $form_state, 'Clone', FALSE);
}