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