You are here

public function CommerceShippingQuoteInterface::form_label in Commerce Shipping 7

Function to dynamically set the label

Parameters

$order: Optionally pass the order, if the class wasn't instantiated with the order.

1 method overrides CommerceShippingQuoteInterface::form_label()
CommerceShippingQuote::form_label in plugins/quotes/quote_base/CommerceShippingQuote.class.php
Function to dynamically set the label

File

plugins/quotes/quote_base/CommerceShippingQuote.class.php, line 30
Contains the CommerceShippingQuote class and CommerceShippingQuoteInterface interface.

Class

CommerceShippingQuoteInterface
Declares an interface for shipping quote classes

Code

public function form_label($order = NULL);