commerce_custom_product_commerce_line_item_type_info |
./commerce_custom_product.module |
Implements hook_commerce_line_item_type_info(). |
1 |
|
commerce_custom_product_help |
./commerce_custom_product.module |
Implements hook_help(). |
|
|
commerce_custom_product_line_item_types |
./commerce_custom_product.module |
Returns an array of all available customizable product line item types. |
1 |
|
commerce_custom_product_line_item_type_delete |
./commerce_custom_product.module |
Deletes a customizable product line item type. |
1 |
|
commerce_custom_product_line_item_type_delete_access |
./commerce_custom_product.module |
Determines access to a delete form for the given line item type. |
1 |
1 |
commerce_custom_product_line_item_type_delete_form |
includes/commerce_custom_product.admin.inc |
Form callback: builds the customizable product line item type delete form. |
|
1 |
commerce_custom_product_line_item_type_delete_form_submit |
includes/commerce_custom_product.admin.inc |
Form callback: deletes the customizable product line item type. |
|
|
commerce_custom_product_line_item_type_edit |
includes/commerce_custom_product.admin.inc |
Page callback: displays an edit page for the specified line item type. |
|
1 |
commerce_custom_product_line_item_type_form |
includes/commerce_custom_product.admin.inc |
Form callback: builds the customizable product line item type form. |
|
2 |
commerce_custom_product_line_item_type_form_delete_submit |
includes/commerce_custom_product.admin.inc |
Submit handler: redirects to the delete confirmation form. |
|
1 |
commerce_custom_product_line_item_type_form_submit |
includes/commerce_custom_product.admin.inc |
Submit handler: saves the customizable product line item type. |
|
|
commerce_custom_product_line_item_type_save |
./commerce_custom_product.module |
Saves a customizable product line item type. |
1 |
|
commerce_custom_product_menu |
./commerce_custom_product.module |
Implements hook_menu(). |
|
|
commerce_custom_product_schema |
./commerce_custom_product.install |
Implements hook_schema(). |
|
|
hook_commerce_custom_product_line_item_type_delete |
./commerce_custom_product.api.php |
Allows modules to react to the deletion of a product line item type. |
|
|
hook_commerce_custom_product_line_item_type_insert |
./commerce_custom_product.api.php |
Allows modules to react to the creation of a new product line item type. |
|
|
hook_commerce_custom_product_line_item_type_update |
./commerce_custom_product.api.php |
Allows modules to react to the update of a product line item type. |
|
|