Backend\Form\Type\EditorType::getParent PHP Méthode

getParent() public méthode

public getParent ( ) : string
Résultat string
    public function getParent()
    {
        return TextareaType::class;
    }