/**
* Override of the application controller
* to trigger the theme and template registration when the
* list should be displayed.
*/
public function listAction() { $this->container->
get(Installer::
class)->
synchronize();
parent::
listAction();
} /**
* Used for the configuration window.
* Returns all configuration sets for the passed
* template id.
*
* @return void
*/
public function getConfigSetsAction() {