Hook actionPDFInvoiceRender

Informations

PDF Invoice - Render This hook is called when a PDF invoice is rendered from the Front Office and the Back Office
Hook actionPDFInvoiceRender
Locations
FO
Type action
Origin core
Aliases
Description This hook is called when a PDF invoice is rendered from the Front Office and the Back Office

Located in

Origin File
core classes/PaymentModule.php
core classes/order/OrderHistory.php
core controllers/admin/AdminPdfController.php
core controllers/front/PdfInvoiceController.php
core src/Adapter/PDF/InvoicePdfGenerator.php
core src/Adapter/PDF/OrderInvoicePdfGenerator.php

Call of the Hook in the origin file

Hook::exec('actionPDFInvoiceRender', ['order_invoice_list' => $order_invoice_list])