Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
a39c996c
Commit
a39c996c
authored
May 29, 2013
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2003462
by Dan Reinders, tvlooy: Rename Views method operator_submit() to operatorSubmit().
parent
7389325c
Changes
1
Show 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 @
a39c996c
...
...
@@ -251,7 +251,7 @@ public function submitOptionsForm(&$form, &$form_state) {
unset
(
$form_state
[
'values'
][
'expose_button'
]);
// don't store this.
unset
(
$form_state
[
'values'
][
'group_button'
]);
// don't store this.
if
(
!
$this
->
isAGroup
())
{
$this
->
operator
_s
ubmit
(
$form
,
$form_state
);
$this
->
operator
S
ubmit
(
$form
,
$form_state
);
$this
->
value_submit
(
$form
,
$form_state
);
}
if
(
!
empty
(
$this
->
options
[
'exposed'
]))
{
...
...
@@ -306,7 +306,7 @@ function operator_validate($form, &$form_state) { }
* Perform any necessary changes to the form values prior to storage.
* There is no need for this function to actually store the data.
*/
function
operator
_s
ubmit
(
$form
,
&
$form_state
)
{
}
public
function
operator
S
ubmit
(
$form
,
&
$form_state
)
{
}
/**
* Shortcut to display the value form.
...
...
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