Projet

Général

Profil

Révision b858700c

Ajouté par Assos Assos il y a environ 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/commerce/modules/line_item/commerce_line_item_ui.module
112 112
      return '<p>' . t('Line items represent anything on an order that affects the order total. Each line item must be of one of the line item types listed below, which define how these items interact with Add to Cart forms, the shopping cart, the order edit page, and more. Line item types are defined by modules, with some modules also allowing you to clone line item types through this interface.') . '</p>';
113 113
  }
114 114
}
115

  
116

  
117
/**
118
 * Implements hook_views_api().
119
 *
120
function commerce_line_item_ui_views_api() {
121
  return array(
122
    'api' => 3,
123
    'path' => drupal_get_path('module', 'commerce_line_item_ui') . '/includes/views',
124
  );
125
}*/

Formats disponibles : Unified diff