You are here

function openlayers_openlayers_map_ctools_content_types in Openlayers 7.2

@file OpenLayers Map Content Type. Displays a Map.

File

plugins/content_types/openlayers_map.inc, line 7
OpenLayers Map Content Type. Displays a Map.

Code

function openlayers_openlayers_map_ctools_content_types() {
  return array(
    // And this is just the administrative title.
    // All our callbacks are named according to the standard pattern and can be deduced.
    'title' => t('OpenLayers Map'),
    'content type' => 'openlayers_openlayers_map_content_type_content_types',
    'render callback' => 'openlayers_map_content_type_render',
  );
}