6 calls to date_is_repeat_field() in Date 8
- date_repeat_field_bundles in date_repeat_field/
date_repeat_field.module - Return an array of all entity types and bundles that have repeating date fields.
- date_repeat_field_date_combo_process_alter in date_repeat_field/
date_repeat_field.module - Implements hook_date_combo_process_alter().
- date_repeat_field_form_field_ui_field_edit_form_alter in date_repeat_field/
date_repeat_field.module - Implements hook_form_FORM_ID_alter() for field_ui_field_edit_form().
- date_repeat_field_page in date_repeat_field/
date_repeat_field.module - A page to list all values for a repeating date.
- date_repeat_field_show in date_repeat_field/
date_repeat_field.module - See if the user can access repeat date info for this field.
- hook_date_combo_process_alter in ./
date.api.php - Alter the date_combo element after the Date module is finished with it.