theme = $theme; } /** * Gets the machine name of the missing theme. * * @return string * The machine name of the theme that is missing. */ public function getMissingThemeName() { return $this->theme; } }