Elcodi\Store\UserBundle\Form\Type\RegisterType::getBlockPrefix PHP Méthode

getBlockPrefix() public méthode

The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile").
public getBlockPrefix ( ) : string
Résultat string The prefix of the template block name
    public function getBlockPrefix()
    {
        return 'store_user_form_type_register';
    }