Ojs\CoreBundle\Form\Type\ExtendedEntityType::getName PHP 메소드

getName() 공개 메소드

Returns the name of this type.
public getName ( ) : string
리턴 string The name of this type
    public function getName()
    {
        return 'extended_entity';
    }