Ejemplo n.º 1
0
 private function getFilePath($bundlePrefix, $pathParts)
 {
     $kernel = $this->getContainer()->get('kernel');
     $basePath = $kernel->locateResource('@' . $bundlePrefix);
     return FileUtils::concatPath($basePath, FileUtils::concatPathArray($pathParts));
 }