parseBackendTemplate
The parseBackendTemplate hook is triggered when a back end template is parsed.
It passes the template content and the template name as arguments and expects
the template content as return value.
Parameters
string
$bufferContent of the parsed back end template.
string
$templateThe template name (e.g.
be_widget) without file extension.
Return Values
Return the original $buffer or override with your custom modification.