function getlocations_plugin_style_map::render in Get Locations 6
Same name and namespace in other branches
- 6.2 getlocations_plugin_style_map.inc \getlocations_plugin_style_map::render()
- 7.2 views/getlocations_plugin_style_map.inc \getlocations_plugin_style_map::render()
- 7 views/getlocations_plugin_style_map.inc \getlocations_plugin_style_map::render()
File
- ./
getlocations_plugin_style_map.inc, line 274 - Contains the getlocations style plugin.
Class
- getlocations_plugin_style_map
- Getlocations style plugin to render rows as icons on a map.
Code
function render() {
if (isset($this->view->live_preview) && $this->view->live_preview) {
return t('Getlocations Map views are not compatible with live preview.');
}
return parent::render();
}