/**
  * Returns whether a theme has a custom class.
  */
 public function hasCustomClass()
 {
     return parent::hasCustomClass();
 }