Chris@0: theme = $theme; Chris@0: } Chris@0: Chris@0: /** Chris@0: * Returns the theme of this theme settings object. Chris@0: * Chris@0: * @return string Chris@0: * The theme of this theme settings object. Chris@0: */ Chris@0: public function getTheme() { Chris@0: return $this->theme; Chris@0: } Chris@0: Chris@0: /** Chris@0: * {@inheritdoc} Chris@0: */ Chris@0: public function getCacheTags() { Chris@0: return ['rendered']; Chris@0: } Chris@0: Chris@0: }