TwbBundle\Form\View\Helper\TwbBundleFormElement::getTranslatorTextDomain PHP Méthode

getTranslatorTextDomain() public méthode

Return the translation text domain
See also: TranslatorAwareInterface::getTranslatorTextDomain()
public getTranslatorTextDomain ( ) : string
Résultat string
    public function getTranslatorTextDomain()
    {
        return $this->translatorTextDomain;
    }