public function IpGeoLocPluginStyleLeaflet::getRenderedFields in IP Geolocation Views & Maps 8
Gets rendered field definition.
File
- src/
Plugin/ views/ style/ IpGeoLocPluginStyleLeaflet.php, line 297
Class
- IpGeoLocPluginStyleLeaflet
- Views Style plugin extension for Leaflet (if enabled).
Namespace
Drupal\ip_geoloc\Plugin\views\styleCode
public function getRenderedFields() {
return $this->rendered_fields;
}