You are here

function getlocations_fields_plugin_style_streetview::options in Get Locations 7

Same name and namespace in other branches
  1. 7.2 modules/getlocations_fields/views/getlocations_fields_plugin_style_streetview.inc \getlocations_fields_plugin_style_streetview::options()

Set default options

Overrides views_object::options

File

modules/getlocations_fields/views/getlocations_fields_plugin_style_streetview.inc, line 37
getlocations_fields_plugin_style_streetview.inc @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Class

getlocations_fields_plugin_style_streetview
Getlocations style plugin to render a row as a google streetview.

Code

function options(&$options) {
  parent::options($options);
  $options['empty_result'] = FALSE;
}