openlayers_views.theme.inc in Openlayers 6
Same filename and directory in other branches
This file holds the theme functions for openlayers_views module
File
modules/openlayers_views/includes/openlayers_views.theme.incView source
<?php
/**
* @file
* This file holds the theme functions for openlayers_views module
*
* @ingroup openlayers
*/
/**
* Theme function for openlayers_views_feature_style
*/
function theme_openlayers_views_feature_style($view = NULL, $row = NULL, $group = NULL) {
$output = array();
// Here is where styles based on the view or row can be created
return $output;
}
Functions
Name | Description |
---|---|
theme_openlayers_views_feature_style | Theme function for openlayers_views_feature_style |