Sonata\Component\Currency\CurrencyFormType::getName PHP Méthode

getName() public méthode

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

Usage Example

 public function testGetName()
 {
     $this->assertEquals('sonata_currency', $this->currencyFormType->getName());
 }