You are here

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\style

Code

public function getRenderedFields() {
  return $this->rendered_fields;
}