Event emitted before action execution.
Methods¶
__construct() ¶
BeforeUpdateCartMetadataEvent.php
:
24
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$cart | CartInterface | - | - |
$cartUpdateStruct | CartMetadataUpdateStruct | - | - |
$cartResult | CartInterface|null | null | - |
getCart() ¶
BeforeUpdateCartMetadataEvent.php
:
34
|
|
Return values
getCartResult() ¶
BeforeUpdateCartMetadataEvent.php
:
44
|
|
Return values
getCartUpdateStruct() ¶
BeforeUpdateCartMetadataEvent.php
:
39
|
|
Return values
hasCartResult() ¶
BeforeUpdateCartMetadataEvent.php
:
60
|
|
Return values
bool
setCartResult() ¶
BeforeUpdateCartMetadataEvent.php
:
55
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$cartResult | CartInterface|null | - | - |