Example #1
0
 /**
  * Gets the name.
  *
  * @return mixed
  * @deprecated since 3.0, will be removed in 3.2
  */
 public static function getName()
 {
     GeneralUtility::logDeprecatedFunction();
     return self::$configuration->getName();
 }