You are here

public function media_browser_plus_views_handler_area_navigation::init in Media Browser Plus 7.3

Initialize the handler.

This is kind of hackish, how is this done properly?

@todo Review / refactor to meet the proper views coding style.

Overrides views_handler_area::init

File

views/media_browser_plus_views_handler_area_navigation.inc, line 24
Definition of media_browser_plus_views_handler_area_navigation.

Class

media_browser_plus_views_handler_area_navigation
MBP navigation handler.

Code

public function init(&$view, &$options) {
  parent::init($view, $options);

  // @todo Review / refactor to meet the proper views coding style.
  $this->table = 'field_data_field_folder';
}