Automattic\WooCommerce\Internal\Fulfillments\Providers
DHLShippingProvider::get_name
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() DHLShippingProvider::get name code WC 10.3.3
public function get_name(): string {
return 'DHL';
}