Projet

Général

Profil

Révision 8c72e82a

Ajouté par Assos Assos il y a environ 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/webform/includes/webform.options.inc
6 6
 */
7 7

  
8 8
/**
9
 * Private implementation of hook_webform_select_options_info().
9
 * Implements hook_webform_select_options_info().
10 10
 *
11 11
 * @see webform_webform_select_options_info()
12 12
 */
......
35 35
}
36 36

  
37 37
/**
38
 * Implements callback_webform_options().
39
 *
38 40
 * Option list containing the days of the week.
39 41
 */
40 42
function webform_options_days($component, $flat, $arguments) {
......
58 60
}
59 61

  
60 62
/**
63
 * Implements callback_webform_options().
64
 *
61 65
 * Options list containing country names.
62 66
 */
63 67
function webform_options_countries($component, $flat, $arguments) {
......
66 70
}
67 71

  
68 72
/**
73
 * Implements callback_webform_options().
74
 *
69 75
 * Options list containing United States states and territories.
70 76
 */
71 77
function webform_options_united_states($component, $flat, $arguments) {

Formats disponibles : Unified diff