function commerce_product_modules_enabled in Commerce Core 7
Implements hook_modules_enabled().
File
- modules/
product/ commerce_product.module, line 319 - Defines the core Commerce product entity, including the entity itself, the bundle definitions (product types), and various API functions to manage products and interact with them through forms and autocompletes.
Code
function commerce_product_modules_enabled($modules) {
commerce_product_configure_product_fields($modules);
}