AdamWathan\Form\FormServiceProvider::register PHP Méthode

register() public méthode

public register ( )
    public function register()
    {
        $this->registerErrorStore();
        $this->registerOldInput();
        $this->registerFormBuilder();
    }