qr_block
20 sites
No security coverage
This module enables for the create a dynamic QR Block Image. Place block anywhere and add token value to get dynamic value.
Require Module
------------
Token - https://www.drupal.org/project/token
CONFIGURATION
-------------
Block: Place QR Block to your drupal block region on the block admin page
/admin/structure/block.
Services:
Plugin:- gchart OR goqr
$qr = \Drupal::service('qr_block.qrimage')->setPlugin('gchart')->build(['text' => 'Enter you QR text here (e.g.: Welcome to [site:name] [site:url])'], 100, 100);