Projet

Général

Profil

Révision 389fb945

Ajouté par Assos Assos il y a presque 5 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/webform/includes/webform.report.inc
909 909
/**
910 910
 * Generate a Excel-readable CSV file containing all submissions for a Webform.
911 911
 *
912
 * Note that this function is generally no longer utilized. Instead Batch API
913
 * should be used to generate a file over multiple requests.
914
 *
915
 * @see webform_results_export_batch()
916
 *
917
 * @deprecated This function is schedule to be removed in webform 7.x-5.x. Use
918
 * the batch opertions instead.
912
 * @deprecated in webform:7.x-4.8 and is removed from webform:7.x-5.0. Use
913
 * webform_results_export_batch().
914
 * @see https://www.drupal.org/project/webform/issues/2465291
919 915
 *
920 916
 * @return array|null
921 917
 *   The array of export info or null if the file could not be opened.
......
1075 1071
/**
1076 1072
 * Returns rows of downloadable webform data.
1077 1073
 *
1074
 * @deprecated in webform:7.x-4.8 and is removed from webform:7.x-5.0. See
1075
 * webform_results_download_rows_process().
1076
 * @see https://www.drupal.org/project/webform/issues/2465291
1077
 *
1078 1078
 * @param $node
1079 1079
 *   The webform node on which to generate the analysis.
1080 1080
 * @param array $options
......
1089 1089
 *   An array of rows built according to the provided $serial_start and
1090 1090
 *   $pager_count variables. Note that the current page number is determined
1091 1091
 *   by the super-global $_GET['page'] variable.
1092
 *
1093
 * @deprecated This function is scheduled to be removed in webform 7.x-5.x.
1094 1092
 */
1095 1093
function webform_results_download_rows($node, array $options, $serial_start = 0, &$last_sid = NULL) {
1096 1094
  // Get all the required submissions for the download.
......
1882 1880
/**
1883 1881
 * Given a set of range options, retrieve a set of SIDs for a webform node.
1884 1882
 *
1885
 * @deprecated This function is scheduled to be removed int webform 7.x-5.x.
1886
 * Use webform_download_sids_query() instead.
1883
 * @deprecated in webform:7.x-4.8 and is removed from webform:7.x-5.0. Use
1884
 * webform_download_sids_query().
1885
 * @see https://www.drupal.org/project/webform/issues/2465291
1887 1886
 */
1888 1887
function webform_download_sids($nid, $range_options, $uid = NULL) {
1889 1888
  return webform_download_sids_query($nid, $range_options, $uid)

Formats disponibles : Unified diff