| Hook | actionCheckoutBuildProcess |
|---|---|
| Locations | FO |
| Type | action |
| Origin | core |
| Aliases | |
| Description | This hook is triggered before the checkout is rendered. Modules may return a checkout process provider. The provider is used only when exactly one enabled and valid provider is available. |
This hook has an $array_return parameter set to true (module output will be set by name in an array, see explaination here).
| Origin | File |
|---|---|
| core | src/Adapter/Order/Checkout/CheckoutProcessProviderResolver.php |
Hook::exec('actionCheckoutBuildProcess', [], null, true);