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
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -198,7 +198,7 @@ public function buildOptionsForm(&$form, &$form_state) { ...@@ -198,7 +198,7 @@ public function buildOptionsForm(&$form, &$form_state) {
$this->showExposeButton($form, $form_state); $this->showExposeButton($form, $form_state);
} }
if ($this->canBuildGroup()) { if ($this->canBuildGroup()) {
$this->show_build_group_button($form, $form_state); $this->showBuildGroupButton($form, $form_state);
} }
$form['clear_markup_start'] = array( $form['clear_markup_start'] = array(
'#markup' => '<div class="clearfix">', '#markup' => '<div class="clearfix">',
...@@ -366,7 +366,7 @@ public function showBuildGroupForm(&$form, &$form_state) { ...@@ -366,7 +366,7 @@ public function showBuildGroupForm(&$form, &$form_state) {
/** /**
* Shortcut to display the build_group/hide button. * 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( $form['group_button'] = array(
'#prefix' => '<div class="views-grouped clearfix">', '#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