Hook actionGetCartRuleContextualValue

Informations

Hook actionGetCartRuleContextualValue
Locations
FO
Type action
Origin core
Aliases
Description

Located in

Origin File
core classes/CartRule.php

Call of the Hook in the origin file

Hook::exec(
            'actionGetCartRuleContextualValue',
            [
                'cart_rule' => $this,
                'use_tax' => $use_tax,
                'context' => $context,
                'filter' => $filter,
                'package' => $package,
                'use_cache' => $use_cache,
                'contextualValueFromModules' => &$contextualValueFromModules,
            ]
        );