You are here

public function CommerceShippingQuote::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.

Overrides CommerceShippingQuoteInterface::form_label

File

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

Class

CommerceShippingQuote

Code

public function form_label($order = NULL) {
  return '';
}