Automattic\WooCommerce\Internal\Fulfillments\Providers
EcontShippingProvider::get_key
Get the key of the shipping provider.
Method of the class: EcontShippingProvider{}
No Hooks.
Returns
String.
Usage
$EcontShippingProvider = new EcontShippingProvider(); $EcontShippingProvider->get_key(): string;
EcontShippingProvider::get_key() EcontShippingProvider::get key code WC 10.3.3
public function get_key(): string {
return 'econt';
}