Sonata\Component\Currency\CurrencyFormType::getName PHP Method

getName() public method

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

Usage Example

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