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());
 }