Automattic\WooCommerce\Internal\Fulfillments\Providers

DHLShippingProvider::get_namepublicWC 1.0

Gets the display name of the provider.

Method of the class: DHLShippingProvider{}

No Hooks.

Returns

String. The provider name 'DHL'.

Usage

$DHLShippingProvider = new DHLShippingProvider();
$DHLShippingProvider->get_name(): string;

DHLShippingProvider::get_name() code WC 10.3.3

public function get_name(): string {
	return 'DHL';
}