Hook actionPresentStore

Informations

Store Presenter This hook is called before a store is presented
Hook actionPresentStore
Locations
FO
Type action
Origin core
Aliases
Description This hook is called before a store is presented

Located in

Origin File
core src/Adapter/Presenter/Store/StorePresenter.php

Call of the Hook in the origin file

Hook::exec('actionPresentStore',
            ['presentedStore' => &$storeLazyArray]
        );