You are here

function data_entity_label in Data 7

Entity Label callback.

1 string reference to 'data_entity_label'
data_entity_entity_info in data_entity/data_entity.module
Implements hook_entity_info().

File

data_entity/data_entity.module, line 210
data_entity.module TODO: Enter file description here.

Code

function data_entity_label($entity, $entity_type) {
  return t('No label');
}