You are here

commerce_option.api.php in Commerce Product Option 7.2

Hooks provided by the Commerce Option module.

File

commerce_option.api.php
View source
<?php

/**
 * @file
 * Hooks provided by the Commerce Option module.
 */

/**
 * Alter the comparison "valuables" of a Commerce Option.
 */
function hook_commerce_option_valuables_alter(&$properties, $option) {
}

Functions

Namesort descending Description
hook_commerce_option_valuables_alter Alter the comparison "valuables" of a Commerce Option.