public function CommonMapBase::evenEmpty in Geolocation Field 8.2
Should the output of the style plugin be rendered even if it's a empty view.
Overrides StylePluginBase::evenEmpty
File
- src/
Plugin/ views/ style/ CommonMapBase.php, line 116
Class
- CommonMapBase
- Allow to display several field items on a common map.
Namespace
Drupal\geolocation\Plugin\views\styleCode
public function evenEmpty() {
return $this->options['even_empty'] ? TRUE : FALSE;
}