qrcodeUrlFunction() qrcodeUrlFunction(string $text, array $options = array()) : string Creates the QR code URL corresponding to the given message. Parameters string $text array $options Returns string
qrcodeDataUriFunction() qrcodeDataUriFunction(string $text, array $options = array()) : string Creates the QR code data corresponding to the given message. Parameters string $text array $options Returns string
getRouter() getRouter() : \Symfony\Component\Routing\RouterInterface Returns the router. Returns \Symfony\Component\Routing\RouterInterface
getQrCodeFactory() getQrCodeFactory() : \Endroid\QrCode\Factory\QrCodeFactory Returns the QR code factory. Returns \Endroid\QrCode\Factory\QrCodeFactory