Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
better_exposed_filters
Commits
cc2a0476
Commit
cc2a0476
authored
Sep 14, 2020
by
Neslee
Browse files
Issue #3165988 by NigelCunningham: Integration with CSHS for rewriting options
parent
db3361dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/BetterExposedFiltersHelper.php
View file @
cc2a0476
...
...
@@ -79,6 +79,9 @@ class BetterExposedFiltersHelper {
$key
=
key
(
$choice
->
option
);
$value
=
&
$choice
->
option
[
$key
];
}
elseif
(
is_array
(
$choice
)
&&
array_key_exists
(
'name'
,
$choice
))
{
$value
=
&
$choice
[
'name'
];
}
else
{
$choice
=
(
string
)
$choice
;
$value
=
&
$choice
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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