You are here

openlayers_views.theme.inc in Openlayers 6

This file holds the theme functions for openlayers_views module

File

modules/openlayers_views/includes/openlayers_views.theme.inc
View 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;
}

Related topics

Functions

Namesort descending Description
theme_openlayers_views_feature_style Theme function for openlayers_views_feature_style