You are here

function colorized_gmap_entity_info_label in Colorized google maps block 7

Entity label callback.

1 string reference to 'colorized_gmap_entity_info_label'
colorized_gmap_entity_info in ./colorized_gmap.module
Implements hook_entity_info().

File

./colorized_gmap.module, line 301
Colorized gmap module.

Code

function colorized_gmap_entity_info_label($entity, $entity_type) {
  return "Colorized gmap ({$entity->name})";
}