Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
36 | public function execute(BlockContextInterface $blockContext, Response $response = null) |
||
37 | { |
||
38 | $settings = $blockContext->getSettings(); |
||
39 | |||
40 | return $this->renderResponse($blockContext->getTemplate(), array( |
||
41 | 'block' => $blockContext->getBlock(), |
||
42 | 'settings' => $settings, |
||
43 | ), $response); |
||
44 | } |
||
45 | } |
||
46 |