<?phpnamespace FormBundle\Event;use Symfony\Component\EventDispatcher\GenericEvent;class HeadmetaAdminframeAppendEvent { public function onAppend(GenericEvent $e) { $view = $e->getSubject(); if ($view instanceof \Pimcore\Templating\TimedPhpEngine) {// $view->headScript()->appendFile('/static/node_modules/chart.js/dist/Chart.min.js'); } }}