Projet

Général

Profil

Révision 5e632cae

Ajouté par Assos Assos il y a plus de 3 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/field_collection/field_collection.migrate.inc
41 41
   */
42 42
  protected $hostEntityType;
43 43

  
44
  static public function getKeySchema() {
44
  public static function getKeySchema() {
45 45
    return array(
46 46
      'item_id' => array(
47 47
        'type' => 'int',
......
191 191
 * Implements migrate hook_migrate_api().
192 192
 */
193 193
function field_collection_migrate_api() {
194
  $api = array(
194
  return array(
195 195
    'api' => 2,
196 196
  );
197
  return $api;
198 197
}

Formats disponibles : Unified diff