You are here

function log_clone_action_submit in Log entity 7

Log clone action configuration form submit.

Parameters

array $form: The form array.

array $form_state: The form state array.

Return value

array Returns an array that will end up in the action's context.

File

./log.module, line 613
Log - A general purpose record keeping system.

Code

function log_clone_action_submit(array $form, array $form_state) {
  return _log_action_date_form_submit($form, $form_state);
}