Copied!

ShippingMethodTypeServiceInterface

ShippingMethodTypeServiceInterface.php : 13

Methods

publicgetShippingMethodType()

ShippingMethodTypeServiceInterface.php : 23
public getShippingMethodType(string $identifier) : ShippingMethodTypeInterface

Parameters

Name Type Default value Description
$identifier string - -

Return values

ShippingMethodTypeInterface

Tags
Throws
NotFoundException

publicgetShippingMethodTypes()

ShippingMethodTypeServiceInterface.php : 18
public getShippingMethodTypes() : iterable<string, ShippingMethodTypeInterface>

Return values

iterable<string, ShippingMethodTypeInterface>

publichasShippingMethodType()

ShippingMethodTypeServiceInterface.php : 25
public hasShippingMethodType(string $identifier) : bool

Parameters

Name Type Default value Description
$identifier string - -

Return values

bool