Elcodi\Store\UserBundle\Form\Type\LoginType::getName PHP 메소드

getName() 공개 메소드

Return unique name for this form
사용 중단: Deprecated since Symfony 2.8, to be removed from Symfony 3.
public getName ( ) : string
리턴 string
    public function getName()
    {
        return $this->getBlockPrefix();
    }