Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
29271d47
Commit
29271d47
authored
May 29, 2013
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2003262
by phenaproxima: Rename Views show_operator_form() to showOperatorForm().
parent
f6e4b9b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
...lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
+2
-2
No files found.
core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
View file @
29271d47
...
...
@@ -217,7 +217,7 @@ public function buildOptionsForm(&$form, &$form_state) {
}
else
{
// Add the subform from operator_form().
$this
->
show
_o
perator
_f
orm
(
$form
,
$form_state
);
$this
->
show
O
perator
F
orm
(
$form
,
$form_state
);
// Add the subform from value_form().
$this
->
show_value_form
(
$form
,
$form_state
);
$form
[
'clear_markup_end'
]
=
array
(
...
...
@@ -265,7 +265,7 @@ public function submitOptionsForm(&$form, &$form_state) {
/**
* Shortcut to display the operator form.
*/
function
show
_o
perator
_f
orm
(
&
$form
,
&
$form_state
)
{
public
function
show
O
perator
F
orm
(
&
$form
,
&
$form_state
)
{
$this
->
operator_form
(
$form
,
$form_state
);
$form
[
'operator'
][
'#prefix'
]
=
'<div class="views-group-box views-left-30">'
;
$form
[
'operator'
][
'#suffix'
]
=
'</div>'
;
...
...
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