| 1 | <?php |
||
| 20 | final class DisallowedRawHtmlBlockRenderer implements BlockRendererInterface, ConfigurationAwareInterface |
||
| 21 | { |
||
| 22 | private $htmlBlockRenderer; |
||
| 23 | |||
| 24 | 78 | public function __construct(BlockRendererInterface $htmlBlockRenderer) |
|
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritdoc} |
||
| 31 | */ |
||
| 32 | 9 | public function render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) |
|
| 43 | |||
| 44 | /** |
||
| 45 | * {@inheritdoc} |
||
| 46 | */ |
||
| 47 | 78 | public function setConfiguration(ConfigurationInterface $configuration) |
|
| 53 | } |
||
| 54 |