TwbBundle\Form\View\Helper\TwbBundleFormElement::getTranslatorTextDomain PHP Method

getTranslatorTextDomain() public method

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