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