Hook actionFrontControllerDetectContextCountryAfter
Action after detecting context country
Allows modules to modify the context country after it has been detected via geolocation.
| Hook |
actionFrontControllerDetectContextCountryAfter |
| Locations |
FO |
| Type |
action |
| Origin |
core |
| Aliases |
|
| Description |
Allows modules to modify the context country after it has been detected via geolocation. |
Located in
Call of the Hook in the origin file
Hook::exec(
'actionFrontControllerDetectContextCountryAfter',
[
'controller' => $this,
]
);