You are here

Functions in Commerce Price Table 7

Primary tabs

Namesort descending Location Description Direct uses Strings
commerce_price_table_default_rules_configuration ./commerce_price_table.rules_defaults.inc Implements hook_default_rules_configuration().
commerce_price_table_display_quantity_headers ./commerce_price_table.module Helper function that takes care of the quantity displayed in the headers of the price table. 2
commerce_price_table_entity_view_alter ./commerce_price_table.module Implements hook_entity_view_alter().
commerce_price_table_field_data_property_info ./commerce_price_table.module Defines info for the properties of the Price field data structure. 1
commerce_price_table_field_formatter_info ./commerce_price_table.module Implements hook_field_formatter_info().
commerce_price_table_field_formatter_settings_form ./commerce_price_table.module Implements hook_field_formatter_settings_form().
commerce_price_table_field_formatter_settings_summary ./commerce_price_table.module Implements hook_field_formatter_settings_summary().
commerce_price_table_field_formatter_view ./commerce_price_table.module Implements hook_field_formatter_view().
commerce_price_table_field_info ./commerce_price_table.module Implements hook_field_info().
commerce_price_table_field_instance_settings_form ./commerce_price_table.module Implements hook_field_instance_settings_form().
commerce_price_table_field_is_empty ./commerce_price_table.module Implementation of hook_field_is_empty().
commerce_price_table_field_load ./commerce_price_table.module Implements hook_field_load().
commerce_price_table_field_presave ./commerce_price_table.module Implements hook_field_presave().
commerce_price_table_field_schema ./commerce_price_table.install Implements hook_field_schema().
commerce_price_table_field_validate ./commerce_price_table.module Implements hook_field_validate().
commerce_price_table_field_widget_error ./commerce_price_table.module Implements hook_field_widget_error().
commerce_price_table_field_widget_form ./commerce_price_table.module Implements hook_field_widget_form().
commerce_price_table_field_widget_info ./commerce_price_table.module Implements hook_field_widget_info().
commerce_price_table_field_widget_validate ./commerce_price_table.module Validate callback: ensures the amount value is numeric and converts it from a decimal value to an integer price amount. 1
commerce_price_table_form_commerce_product_ui_product_form_alter ./commerce_price_table.module Implements hook_form_FORM_ID_alter(). 1
commerce_price_table_get_amount_qty ./commerce_price_table.module Get the price for the min qty possible in a product. 1
commerce_price_table_get_field_instance_settings ./commerce_price_table.module Return the settings of all the price table field of a bundle. 3
commerce_price_table_ief_entity_info_alter commerce_price_table_ief/commerce_price_table_ief.module Implements hook_entity_info_alter().
commerce_price_table_ief_field_formatter_info commerce_price_table_ief/commerce_price_table_ief.module Implements hook_field_formatter_info().
commerce_price_table_ief_field_formatter_view commerce_price_table_ief/commerce_price_table_ief.module Implements hook_field_formatter_view().
commerce_price_table_ief_inline_entity_form_entity_form_alter commerce_price_table_ief/commerce_price_table_ief.module Implements hook_inline_entity_form_entity_form_alter().
commerce_price_table_ief_install commerce_price_table_ief/commerce_price_table_ief.install Implements hook_install(). Ensures that the weight of this module is higher than the weight of the inline_entity_form module.
commerce_price_table_price_component_options_list ./commerce_price_table.rules.inc Options list callback: price component selection list. 1
commerce_price_table_property_info_callback ./commerce_price_table.module Callback to alter the property info of price fields. 1
commerce_price_table_rules_action_info ./commerce_price_table.rules.inc Implements hook_rules_action_info().
commerce_price_table_set_price ./commerce_price_table.rules.inc Rules callback: executes the "Replace the price for a price table" action. 1
commerce_price_table_sort_by_qty ./commerce_price_table.module Sort the price fields by quantity. 2
commerce_price_table_sum_quantities ./commerce_price_table.rules.inc Rules callback: provides a combined product sum variable in a rule based on all line items sharing the same product display as the given one.
commerce_price_table_theme ./commerce_price_table.module Implements hook_theme().

Other projects