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

hasTranslator() public method

Checks if the helper has a translator
See also: TranslatorAwareInterface::hasTranslator()
public hasTranslator ( ) : boolean
return boolean
    public function hasTranslator()
    {
        return !!$this->getTranslator();
    }