Hook actionFrontControllerInitContextCurrencyAfter

Informations

Action after initializing context currency Allows modules to modify the context currency after it has been initialized.
Hook actionFrontControllerInitContextCurrencyAfter
Locations
FO
Type action
Origin core
Aliases
Description Allows modules to modify the context currency after it has been initialized.

Located in

Origin File
core classes/controller/FrontController.php

Call of the Hook in the origin file

Hook::exec(
            'actionFrontControllerInitContextCurrencyAfter',
            [
                'controller' => $this,
            ]
        );