Gets the path of the active theme.
string The path to the active theme.
public function getActiveThemePath() { return $this->themeManager ->getActiveTheme() ->getPath(); }