Skip to content

Update without_class.rst #8780

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 30, 2017
Merged

Update without_class.rst #8780

merged 1 commit into from
Nov 30, 2017

Conversation

tabbi89
Copy link
Contributor

@tabbi89 tabbi89 commented Nov 29, 2017

$form->isValid() no validation is done here this method only returns bool flag if any errors occurred during validation or false if a form was not submitted. Validation happens when executing handleRequest() or submit().

`$form->isValid()` no validation is done here this method only returns bool flag if any errors occurred during validation or false if a form was not submitted. Validation happens when executing `handleRequest()` or `submit()`.
Copy link
Member

@yceruto yceruto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@xabbuh xabbuh added this to the 2.7 milestone Nov 30, 2017
@xabbuh
Copy link
Member

xabbuh commented Nov 30, 2017

Thank you @tabbi89.

@xabbuh xabbuh merged commit b4c203e into symfony:2.7 Nov 30, 2017
xabbuh added a commit that referenced this pull request Nov 30, 2017
This PR was merged into the 2.7 branch.

Discussion
----------

Update without_class.rst

`$form->isValid()` no validation is done here this method only returns bool flag if any errors occurred during validation or false if a form was not submitted. Validation happens when executing `handleRequest()` or `submit()`.

Commits
-------

b4c203e Update without_class.rst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants