You are here

function scald_type_name in Scald: Media Management made easy 7

Title callback for the atom type administration page.

1 string reference to 'scald_type_name'
scald_menu in ./scald.module
Implements hook_menu().

File

./scald.module, line 2374
The Scald Core, which handles all Scald Registries and dispatch.

Code

function scald_type_name($type) {
  return scald_type_property_translate($type);
}