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