You are here

function openlayers_behaviors_theme in Openlayers 6

Implementation of hook_theme().

File

modules/openlayers_behaviors/openlayers_behaviors.module, line 28
This file holds the main Drupal hook functions and private functions for the openlayers_behaviors module.

Code

function openlayers_behaviors_theme($existing, $type, $theme, $path) {
  return array(
    'openlayers_behaviors_tooltip_container' => array(
      'arguments' => array(
        'behavior' => array(),
        'map' => array(),
      ),
      'file' => 'includes/openlayers_behaviors.theme.inc',
    ),
  );
}