function theme_openlayers_vector_styles in Openlayers 6
Theme function to be able to override styles
1 theme call to theme_openlayers_vector_styles()
- _openlayers_styles_process in includes/
openlayers.render.inc - Process Styles
File
- includes/
openlayers.theme.inc, line 33 - This file holds the theme functions for openlayers module
Code
function theme_openlayers_vector_styles($styles = array(), $map = array()) {
// Default is to just send the processed styles back
return $styles;
}