class GiftVoucherOfferButton extends AbstractExtension

Twig extension to display the Offer button for the GiftVoucherAvailable using gv_offer_button(id)

Properties

private EntityManagerInterface $em Stores EntityManager

Methods

__construct(EntityManagerInterface $em)

No description

getFunctions()

No description

string
offerButton(Environment $environment, $id, $style = 'btn btn-lg btn-block btn-primary')

Returns the xhtml code for the Offer button

Details

at line 30
__construct(EntityManagerInterface $em)

Parameters

EntityManagerInterface $em

at line 35
getFunctions()

at line 53
string offerButton(Environment $environment, $id, $style = 'btn btn-lg btn-block btn-primary')

Returns the xhtml code for the Offer button

Parameters

Environment $environment
$id
$style

Return Value

string