You are here

Functions in Commerce Pricelist 7

Primary tabs

Namesort descending Location Description Direct uses Strings
commerce_pricelist_commerce_price_component_type_info ./commerce_pricelist.module
commerce_pricelist_default_rules_configuration ./commerce_pricelist.rules_defaults.inc Implements hook_default_rules_configuration().
commerce_pricelist_draggable_form includes/commerce_pricelist.admin.inc Build the draggable form containing all the pricelists. 1
commerce_pricelist_draggable_form_submit includes/commerce_pricelist.admin.inc Submit callback for the commerce_pricelist_draggable_form form.
commerce_pricelist_enable ./commerce_pricelist.install Implements hook_uninstall().
commerce_pricelist_entity_access ./commerce_pricelist.module 1
commerce_pricelist_entity_delete ./commerce_pricelist.module Delete pricelist items when a pricelist is deleted.
commerce_pricelist_entity_info ./commerce_pricelist.module Implements hook_entity_info().
commerce_pricelist_entity_property_info ./commerce_pricelist.module Implements hook_entity_property_info().
commerce_pricelist_feeds_ctools_plugin_api commerce_pricelist_feeds/commerce_pricelist_feeds.module Example of a CTools plugin hook that needs to be implemented to make hook_feeds_plugins() discoverable by CTools and Feeds. The hook specifies that the hook_feeds_plugins() returns Feeds Plugin API version 1 style plugins.
commerce_pricelist_feeds_enable commerce_pricelist_feeds/commerce_pricelist_feeds.install
commerce_pricelist_feeds_entity_delete commerce_pricelist_feeds/commerce_pricelist_feeds.module Implements hook_entity_delete().
commerce_pricelist_feeds_entity_insert commerce_pricelist_feeds/commerce_pricelist_feeds.module Implements hook_entity_insert().
commerce_pricelist_feeds_entity_presave commerce_pricelist_feeds/commerce_pricelist_feeds.module Implements hook_entity_presave().
commerce_pricelist_feeds_entity_update commerce_pricelist_feeds/commerce_pricelist_feeds.module Implements hook_entity_update(). 1
commerce_pricelist_feeds_example_ctools_plugin_api commerce_pricelist_feeds_example/commerce_pricelist_feeds_example.module Implements hook_ctools_plugin_api().
commerce_pricelist_feeds_example_feeds_importer_default commerce_pricelist_feeds_example/commerce_pricelist_feeds_example.feeds_importer_default.inc Implements hook_feeds_importer_default().
commerce_pricelist_feeds_feeds_plugins commerce_pricelist_feeds/commerce_pricelist_feeds.module Implements hook_feeds_plugins().
commerce_pricelist_feeds_form_commerce_pricelist_list_form_alter commerce_pricelist_feeds/commerce_pricelist_feeds.module Implements hook_form_BASE_FORM_ID_alter().
commerce_pricelist_feeds_form_validate commerce_pricelist_feeds/commerce_pricelist_feeds.module _state 1
commerce_pricelist_feeds_get_importer commerce_pricelist_feeds/commerce_pricelist_feeds.module Get the first importer configured to be attached to price lists. 2
commerce_pricelist_feeds_get_importer_id commerce_pricelist_feeds/commerce_pricelist_feeds.module Get the first importer configured to be attached to price lists. 3
commerce_pricelist_feeds_set_target commerce_pricelist_feeds/commerce_pricelist_feeds.module Callback for mapping. Here is where the actual mapping happens. 1
commerce_pricelist_filter_pricelists ./commerce_pricelist.module Filter array of pricelists based on conditions. 2
commerce_pricelist_form_commerce_product_ui_product_form_alter ./commerce_pricelist.module Add price list fieldgroup to product form. Implements hook_form_BASE_FORM_ID_alter().
commerce_pricelist_get_prices ./commerce_pricelist.module Return an array of prices like {sku : {pricelist_id: {quantity : price }}}. 1
commerce_pricelist_get_user_price ./commerce_pricelist.module Get the price for a quantity of a product for current user. 1
commerce_pricelist_get_user_pricelists ./commerce_pricelist.module Get pricelists for a user. 1
commerce_pricelist_item_add includes/commerce_pricelist.admin.inc Provides a wrapper on the edit form to add a new entity. 1
commerce_pricelist_item_delete ./commerce_pricelist.module Use the controller to delete the entity. 2
commerce_pricelist_item_delete_multiple ./commerce_pricelist.module Use the controller to delete the entity. 3
commerce_pricelist_item_edit_delete includes/commerce_pricelist.admin.inc Form deletion handler. 1
commerce_pricelist_item_form includes/commerce_pricelist.admin.inc Form function to create an commerce_pricelist_list entity. 2
commerce_pricelist_item_form_submit includes/commerce_pricelist.admin.inc Form submit handler: Submits basic_add_form information.
commerce_pricelist_item_form_validate includes/commerce_pricelist.admin.inc Validation handler for commerce_pricelist_item_add_form form.
commerce_pricelist_item_get_existing_id ./commerce_pricelist.module Get the id of an existing pricelist item with these values. We do not want more than one item with these values. 1
commerce_pricelist_item_info_page includes/commerce_pricelist.admin.inc Basic information for the page.
commerce_pricelist_item_list_entities includes/commerce_pricelist.admin.inc Returns a render array with all commerce_pricelist_list entities. 3
commerce_pricelist_item_load ./commerce_pricelist.module Fetch a pricelist item. 1
commerce_pricelist_item_load_multiple ./commerce_pricelist.module Loads multiple basic entities. 3
commerce_pricelist_item_new ./commerce_pricelist.module Returns an initialized pricelist item object. 3
commerce_pricelist_item_save ./commerce_pricelist.module We save the entity by calling the controller. 3
commerce_pricelist_item_title ./commerce_pricelist.module Callback for a page title when this entity is displayed.
commerce_pricelist_item_uri ./commerce_pricelist.module Implements the uri callback. 1
commerce_pricelist_item_view includes/commerce_pricelist.admin.inc Menu callback to display an entity.
commerce_pricelist_list_add includes/commerce_pricelist.admin.inc Provides a wrapper on the edit form to add a new entity. 1
commerce_pricelist_list_delete ./commerce_pricelist.module Use the controller to delete the entity. 1
commerce_pricelist_list_edit_delete includes/commerce_pricelist.admin.inc Form deletion handler. 1
commerce_pricelist_list_filter_get ./commerce_pricelist.module Get a filter value form a price list entity 4
commerce_pricelist_list_filter_set ./commerce_pricelist.module Set a filter value on an price list entity. 2

Pages

Other projects