Automattic\WooCommerce\Internal\Fulfillments\Providers

DPDShippingProvider::get_namepublicWC 1.0

Get the name of this shipping provider.

Method of the class: DPDShippingProvider{}

No Hooks.

Returns

String. Name of the shipping provider.

Usage

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

DPDShippingProvider::get_name() code WC 10.3.3

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