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