Issue #2002380 by theladebug, zschmid: Rename Views method build_group_options() to buildGroupOptions().

8.0.x
Alex Pott 2013-05-29 06:02:56 +01:00
parent 0c5ebea2f1
commit c3b21afef2
1 changed files with 2 additions and 2 deletions

View File

@ -423,7 +423,7 @@ abstract class FilterPluginBase extends HandlerBase {
// If necessary, set new defaults: // If necessary, set new defaults:
if ($item['is_grouped']) { if ($item['is_grouped']) {
$this->build_group_options(); $this->buildGroupOptions();
} }
$form_state['view']->get('executable')->setItem($form_state['display_id'], $form_state['type'], $form_state['id'], $item); $form_state['view']->get('executable')->setItem($form_state['display_id'], $form_state['type'], $form_state['id'], $item);
@ -714,7 +714,7 @@ abstract class FilterPluginBase extends HandlerBase {
/** /**
* Provide default options for exposed filters. * Provide default options for exposed filters.
*/ */
function build_group_options() { protected function buildGroupOptions() {
$this->options['group_info'] = array( $this->options['group_info'] = array(
'label' => $this->definition['title'], 'label' => $this->definition['title'],
'description' => NULL, 'description' => NULL,