Ejemplo n.º 1
0
 private function getBundle(Theme $theme)
 {
     $plugin = $theme->getPlugin();
     return $plugin ? $plugin->getSfName() : 'ClarolineCoreBundle';
 }