public function GmapMacroToolbox::setStyle in GMap Module 7.2
Setting a style.
Parameters
array $style: Style array.
Return value
array $this GmapMacroToolbox.
former _gmap_parse_style($style)
File
- lib/
Drupal/ gmap/ GmapMacroToolbox.php, line 75 - Contains GmapMacroToolbox.php
Class
Namespace
Drupal\gmapCode
public function setStyle($style) {
$this->style = $style;
return $this;
}