function _uc_quote_method_enabled in Ubercart 5
Same name and namespace in other branches
- 6.2 shipping/uc_quote/uc_quote.module \_uc_quote_method_enabled()
Callback for array_filter().
5 string references to '_uc_quote_method_enabled'
- uc_cart_pane_quotes in shipping/
uc_quote/ uc_quote.module - Cart pane callback.
- uc_checkout_pane_quotes in shipping/
uc_quote/ uc_quote.module - Shipping quote checkout pane callback.
- uc_order_pane_quotes in shipping/
uc_quote/ uc_quote.module - Shipping quote order pane callback.
- uc_quote_overview in shipping/
uc_quote/ uc_quote.module - Display a summary of the shipping quote settings.
- _uc_quote_assemble_quotes in shipping/
uc_quote/ uc_quote.module
File
- shipping/
uc_quote/ uc_quote.module, line 1487 - The controller module for fulfillment modules that process physical goods.
Code
function _uc_quote_method_enabled($method) {
return $method['enabled'];
}