Skip to content
Snippets Groups Projects
Commit 51777f20 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2003266 by kenianbei, misselbeck, iStryker, Dan Reinders: Rename Views...

Issue #2003266 by kenianbei, misselbeck, iStryker, Dan Reinders: Rename Views method show_build_group_button() to showBuildGroupButton().
parent a24345a3
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ public function buildOptionsForm(&$form, &$form_state) {
$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 @@ public function showBuildGroupForm(&$form, &$form_state) {
/**
* 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">',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment