Frontend\Modules\Profiles\Actions\ForgotPassword::loadForm PHP Method

loadForm() private method

Load the form
private loadForm ( )
    private function loadForm()
    {
        $this->frm = new FrontendForm('forgotPassword', null, null, 'forgotPasswordForm');
        $this->frm->addText('email')->setAttributes(array('required' => null, 'type' => 'email'));
    }