Issue #2003266 by kenianbei, misselbeck, iStryker, Dan Reinders: Rename Views method show_build_group_button() to showBuildGroupButton().

8.0.x
Alex Pott 2013-06-11 14:04:48 +01:00
parent a24345a3fb
commit 51777f2084
1 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ abstract class FilterPluginBase extends HandlerBase {
$this->showExposeButton($form, $form_state);
}
if ($this->canBuildGroup()) {
$this->show_build_group_button($form, $form_state);
$this->showBuildGroupButton($form, $form_state);
}
$form['clear_markup_start'] = array(
'#markup' => '<div class="clearfix">',
@ -366,7 +366,7 @@ abstract class FilterPluginBase extends HandlerBase {
/**
* Shortcut to display the build_group/hide button.
*/
function show_build_group_button(&$form, &$form_state) {
protected function showBuildGroupButton(&$form, &$form_state) {
$form['group_button'] = array(
'#prefix' => '<div class="views-grouped clearfix">',