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