Projet

Général

Profil

Révision 01f36513

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/webform/includes/webform.export.inc
7 7

  
8 8
/**
9 9
 * Implements hook_webform_exporters().
10
 *
11
 * Defines the exporters this module implements.
12
 *
13
 * @return array
14
 *   An "array of arrays", keyed by content-types. The 'handler' slot
15
 *   should point to the PHP class implementing this flag.
16 10
 */
17 11
function webform_webform_exporters() {
18 12
  $exporters = array(
......
108 102
    $handler = new $definition['handler']($options);
109 103
  }
110 104
  else {
111
    // TODO: Create a default broken exporter.
105
    // @todo: Create a default broken exporter.
112 106
    $handler = new webform_exporter_broken($options);
113 107
  }
114 108

  

Formats disponibles : Unified diff