Exemple #1
0
 /**
  * Get label from locallang_core.xlf:cm.*
  *
  * @param string $label The "cm."-suffix to get.
  * @return string
  */
 public function label($label)
 {
     return $this->languageService->makeEntities($this->languageService->sL('LLL:EXT:lang/locallang_core.xlf:cm.' . $label, true));
 }