Symfony\Component\Form\AbstractType::getExtensions PHP 메소드

getExtensions() 공개 메소드

Returns the extensions associated with this type.
public getExtensions ( ) : array
리턴 array An array of FormTypeExtensionInterface
    public function getExtensions()
    {
        return $this->extensions;
    }