Projet

Général

Profil

Révision c304a780

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/tests/ctools_export_test/ctools_export_test.install
1 1
<?php
2 2

  
3 3
/**
4
 * Implements hook_schema();
4
 * @file
5
 */
6

  
7
/**
8
 * Implements hook_schema().
5 9
 */
6 10
function ctools_export_test_schema() {
7 11
  $schema['ctools_export_test'] = array(
8
   'description' => 'CTools export test data table',
9
   'export' => array(
12
    'description' => 'CTools export test data table',
13
    'export' => array(
10 14
      'key' => 'machine',
11 15
      'identifier' => 'ctools_export_test',
12 16
      'default hook' => 'default_ctools_export_tests',
......
53 57
}
54 58

  
55 59
/**
56
 * Implments hook_install();
60
 * Implements hook_install().
57 61
 */
58 62
function ctools_export_test_install() {
59 63
  $ctools_export_tests = array();

Formats disponibles : Unified diff