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
a39c996c
Commit
a39c996c
authored
May 29, 2013
by
alexpott
Browse files
Issue
#2003462
by Dan Reinders, tvlooy: Rename Views method operator_submit() to operatorSubmit().
parent
7389325c
Changes
1
Hide whitespace changes
Inline
Side-by-side
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