LocalShippingMethodServiceInterface
LocalShippingMethodServiceInterface.php
:
15
Extends
ShippingMethodServiceInterface
Methods¶
createShippingMethod() ¶
LocalShippingMethodServiceInterface.php
:
21
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$createStruct | ShippingMethodCreateStruct | - | - |
Return values
Tags
deleteShippingMethod() ¶
LocalShippingMethodServiceInterface.php
:
38
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$shippingMethod | ShippingMethodInterface | - | - |
Tags
deleteShippingMethodTranslation() ¶
ShippingMethodServiceInterface.php
:
73
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$struct | ShippingMethodDeleteTranslationStruct | - | - |
findShippingMethods() ¶
ShippingMethodServiceInterface.php
:
43
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$query | ShippingMethodQuery|null | null | - |
$prioritizedLanguages | array<string|int, string>|null | null | - |
Return values
getShippingMethod() ¶
ShippingMethodServiceInterface.php
:
25
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
$prioritizedLanguages | array<string|int, string>|null | null | - |
Return values
Tags
getShippingMethodById() ¶
ShippingMethodServiceInterface.php
:
35
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$id | int | - | - |
$prioritizedLanguages | array<string|int, string>|null | null | - |
Return values
Tags
isShippingMethodUsed() ¶
ShippingMethodServiceInterface.php
:
75
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$shippingMethod | ShippingMethodInterface | - | - |
Return values
bool
newShippingMethodCreateStruct() ¶
LocalShippingMethodServiceInterface.php
:
42
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
Return values
newShippingMethodUpdateStruct() ¶
LocalShippingMethodServiceInterface.php
:
46
|
|
Return values
updateShippingMethod() ¶
LocalShippingMethodServiceInterface.php
:
29
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$shippingMethod | ShippingMethodInterface | - | - |
$updateStruct | ShippingMethodUpdateStruct | - | - |