Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
74 | public function execute(BlockContextInterface $blockContext, Response $response = null) |
||
75 | { |
||
76 | $settings = $blockContext->getSettings(); |
||
77 | |||
78 | return $this->renderResponse($blockContext->getTemplate(), array( |
||
79 | 'block' => $blockContext->getBlock(), |
||
80 | 'settings' => $settings, |
||
81 | ), $response); |
||
82 | } |
||
83 | } |
||
84 |