You are here

function scald_add_type in Scald: Media Management made easy 7

Add a Scald unified type.

See also

ScaldAtomController::addType()

File

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

Code

function scald_add_type($type, $title, $description) {
  return ScaldAtomController::addType($type, $title, $description);
}