You are here

public function MapStyle::label in Openlayers 8.4

File

src/MapStyle.php, line 37

Class

MapStyle
Contains details of how a style is joined to a map.

Namespace

Drupal\openlayers

Code

public function label() {
  return \Drupal::config('openlayers.style.' . $this->id)
    ->get('label');
}