You are here

function date_repeat_field_date_combo_pre_validate_alter in Date 7.3

Same name and namespace in other branches
  1. 8 date_repeat_field/date_repeat_field.module \date_repeat_field_date_combo_pre_validate_alter()
  2. 7.2 date_repeat_field/date_repeat_field.module \date_repeat_field_date_combo_pre_validate_alter()

Implements hook_date_combo_pre_validate_alter().

File

date_repeat_field/date_repeat_field.module, line 570
Creates the option of Repeating Date fields and manages Date Repeat fields.

Code

function date_repeat_field_date_combo_pre_validate_alter(&$element, &$form_state, $context) {

  // This hook lets us alter the element or the form_state before the rest of
  // the date_combo validation gets fired.
  // Just a placeholder for now.
}