| Conditions | 2 |
| Paths | 2 |
| Total Lines | 15 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 35 | public function mapConfig( |
||
| 36 | array &$scopeSettings, |
||
| 37 | $currentScope, |
||
| 38 | ContextualizerInterface $contextualizer |
||
| 39 | ) { |
||
| 40 | if (!empty($scopeSettings['twig_variables'])) { |
||
| 41 | $settings = $scopeSettings['twig_variables']; |
||
| 42 | |||
| 43 | $contextualizer->setContextualParameter( |
||
| 44 | 'twig_variables', |
||
| 45 | $currentScope, |
||
| 46 | $settings |
||
| 47 | ); |
||
| 48 | } |
||
| 49 | } |
||
| 50 | } |
||
| 51 |