outputBackendTemplate
The outputBackendTemplate hook is triggered when a back end template is printed
to the screen. It passes the template content and the template name as arguments
and expects the template content as return value.
Parameters
string
$bufferContent of the rendered back end template.
string
$templateThe template name (e.g.
be_main) without file extension.
Return Values
Return the original $buffer or return your custom modification.