Overrides ThemeHandlerInterface::getTheme
public function getTheme($name) { $themes = $this->listInfo(); if (isset($themes[$name])) { return $themes[$name]; } throw new UnknownExtensionException(sprintf('The theme %s does not exist.', $name)); }