Hook actionCheckoutBuildProcess

Informations

Build checkout process 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.
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).

Located in

Origin File
core src/Adapter/Order/Checkout/CheckoutProcessProviderResolver.php

Call of the Hook in the origin file

Hook::exec('actionCheckoutBuildProcess', [], null, true);