page-url-qr-code-block.html.twig in Page URL QR Code Block 8
<div class='page-url-qr-code'> <img src='{{url}}' alt='{{alt}}' width='{{width}}' height='{{height}}' /> <span class='page-url-qr-code-caption'>{{caption}}</span> </div>
1 theme call to page-url-qr-code-block.html.twig
- PageUrlQrCodeBlock::build in src/
Plugin/ Block/ PageUrlQrCodeBlock.php - Builds and returns the renderable array for this block plugin.
File
templates/page-url-qr-code-block.html.twigView source
- <div class='page-url-qr-code'>
- <img src='{{url}}' alt='{{alt}}' width='{{width}}' height='{{height}}' />
- <span class='page-url-qr-code-caption'>{{caption}}</span>
- </div>
-