public function IpGeoLocPluginStyleLeaflet::getCacheMaxAge in IP Geolocation Views & Maps 8
File
- src/
Plugin/ views/ style/ IpGeoLocPluginStyleLeaflet.php, line 1103
Class
- IpGeoLocPluginStyleLeaflet
- Views Style plugin extension for Leaflet (if enabled).
Namespace
Drupal\ip_geoloc\Plugin\views\styleCode
public function getCacheMaxAge() {
return 0;
}