Gets the name of the active theme.
string The name of the active theme.
public function getActiveTheme() { return $this->themeManager ->getActiveTheme() ->getName(); }