Elcodi\Admin\PageBundle\Form\Type\PageType::getName PHP Method

getName() public method

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