Example #1
0
 /**
  * Override of the application controller
  * to trigger the theme and template registration when the
  * list should be displayed.
  */
 public function listAction()
 {
     $this->container->get('theme_installer')->synchronize();
     parent::listAction();
 }