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