Elcodi\Admin\CurrencyBundle\Form\Type\MoneyType::getName PHP Метод

getName() публичный Метод

Returns the name of this type.
Устаревший: Deprecated since Symfony 2.8, to be removed from Symfony 3.
public getName ( ) : string
Результат string The name of this type
    public function getName()
    {
        return $this->getBlockPrefix();
    }