Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
b1fcd53b
Commit
b1fcd53b
authored
Jun 05, 2013
by
alexpott
Browse files
Issue
#2003252
by ThomasVI, jibran: Rename Views method show_value_form() to showValueForm().
parent
92030a2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
View file @
b1fcd53b
...
...
@@ -219,7 +219,7 @@ public function buildOptionsForm(&$form, &$form_state) {
// Add the subform from operator_form().
$this
->
showOperatorForm
(
$form
,
$form_state
);
// Add the subform from valueForm().
$this
->
show
_v
alue
_f
orm
(
$form
,
$form_state
);
$this
->
show
V
alue
F
orm
(
$form
,
$form_state
);
$form
[
'clear_markup_end'
]
=
array
(
'#markup'
=>
'</div>'
,
);
...
...
@@ -311,7 +311,7 @@ public function operatorSubmit($form, &$form_state) { }
/**
* Shortcut to display the value form.
*/
function
show
_v
alue
_f
orm
(
&
$form
,
&
$form_state
)
{
protected
function
show
V
alue
F
orm
(
&
$form
,
&
$form_state
)
{
$this
->
valueForm
(
$form
,
$form_state
);
if
(
empty
(
$this
->
no_operator
))
{
$form
[
'value'
][
'#prefix'
]
=
'<div class="views-group-box views-right-70">'
.
(
isset
(
$form
[
'value'
][
'#prefix'
])
?
$form
[
'value'
][
'#prefix'
]
:
''
);
...
...
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