Sonata\Component\Currency\CurrencyFormType::getName PHP 메소드

getName() 공개 메소드

public getName ( )
    public function getName()
    {
        return $this->getBlockPrefix();
    }

Usage Example

예제 #1
0
 public function testGetName()
 {
     $this->assertEquals('sonata_currency', $this->currencyFormType->getName());
 }