Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
221
Merge Requests
221
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
a91627dd
Unverified
Commit
a91627dd
authored
Jul 14, 2020
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#3154914
by ju.vanderw: Fix grammar usage of singular/plural
(cherry picked from commit
b8eac3f2
)
parent
4768d66d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
...tem/tests/src/Functional/ParamConverter/UpcastingTest.php
+1
-1
core/modules/views/src/Form/ViewsExposedForm.php
core/modules/views/src/Form/ViewsExposedForm.php
+1
-1
No files found.
core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
View file @
a91627dd
...
@@ -26,7 +26,7 @@ class UpcastingTest extends BrowserTestBase {
...
@@ -26,7 +26,7 @@ class UpcastingTest extends BrowserTestBase {
* signature: f($user, $node, $foo) returning either values or labels
* signature: f($user, $node, $foo) returning either values or labels
* like "user: Dries, node: First post, foo: bar"
* like "user: Dries, node: First post, foo: bar"
*
*
* The test
s shuffle the parameters around an
checks if the right thing is
* The test
shuffles the parameters around and
checks if the right thing is
* happening.
* happening.
*/
*/
public
function
testUpcasting
()
{
public
function
testUpcasting
()
{
...
...
core/modules/views/src/Form/ViewsExposedForm.php
View file @
a91627dd
...
@@ -101,7 +101,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
...
@@ -101,7 +101,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
// Grouped exposed filters have their own forms.
// Grouped exposed filters have their own forms.
// Instead of render the standard exposed form, a new Select or
// Instead of render the standard exposed form, a new Select or
// Radio form field is rendered with the available groups.
// Radio form field is rendered with the available groups.
// When an user choose an option the selected value is split
// When an user choose
s
an option the selected value is split
// into the operator and value that the item represents.
// into the operator and value that the item represents.
if
(
$handler
->
isAGroup
())
{
if
(
$handler
->
isAGroup
())
{
$handler
->
groupForm
(
$form
,
$form_state
);
$handler
->
groupForm
(
$form
,
$form_state
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment