Controller::add_link_to_sample_pdf( array $context )
Add link to sample PDF.
Contents
Parameters
- $context
-
(array) (Required) Template context.
Return
(array) Modified template context.
Source
File: src/Events_Virtual/Integrations/Plugins/Tickets_Wallet_Plus/Controller.php
public function add_link_to_sample_pdf( $context ): array {
return $this->container->make( Passes\Pdf::class )->add_link_to_sample( $context );
}
Changelog
| Version | Description |
|---|---|
| 1.15.5 | Introduced. |