Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Change some docs to be gender-neutral#8645

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
wouterj merged 1 commit intosymfony:2.7fromjaviereguiluz:gender_neutral
Nov 13, 2017
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletionsform/events.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -292,7 +292,7 @@ Creating and binding an event listener to the form is very easy::
return;
}

// Check whether the user has chosen to displayhis email or not.
// Check whether the user has chosen to displaytheir email or not.
// If the data was submitted previously, the additional value that is
// included in the request variables needs to be removed.
if (true === $user['show_email']) {
Expand DownExpand Up@@ -372,7 +372,7 @@ Event subscribers have different uses:
$form = $event->getForm();

// Check whether the user from the initial data has chosen to
// displayhis email or not.
// displaytheir email or not.
if (true === $user->isShowEmail()) {
$form->add('email', 'email');
}
Expand All@@ -387,7 +387,7 @@ Event subscribers have different uses:
return;
}

// Check whether the user has chosen to displayhis email or not.
// Check whether the user has chosen to displaytheir email or not.
// If the data was submitted previously, the additional value that
// is included in the request variables needs to be removed.
if (true === $user['show_email']) {
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp