Automattic\WooCommerce\Internal\Fulfillments\Providers

DHLShippingProvider::get_keypublicWC 1.0

Gets the unique provider key.

Method of the class: DHLShippingProvider{}

No Hooks.

Returns

String. The provider key 'dhl'.

Usage

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

DHLShippingProvider::get_key() code WC 10.3.3

public function get_key(): string {
	return 'dhl';
}