Copied!

OptionsRestMapperRegistryInterface

OptionsRestMapperRegistryInterface.php : 13

Methods

publicgetMapper()

OptionsRestMapperRegistryInterface.php : 20
public getMapper(ShippingMethodTypeInterface $shippingMethodType, string $optionKey) : OptionsRestMapperInterface

Parameters

Name Type Default value Description
$shippingMethodType ShippingMethodTypeInterface - -
$optionKey string - -

Return values

OptionsRestMapperInterface

publichasMapper()

OptionsRestMapperRegistryInterface.php : 15
public hasMapper(ShippingMethodTypeInterface $shippingMethodType, string $optionKey) : bool

Parameters

Name Type Default value Description
$shippingMethodType ShippingMethodTypeInterface - -
$optionKey string - -

Return values

bool