You are here

function scald_remove_type in Scald: Media Management made easy 7

Remove a Scald unified type.

See also

ScaldAtomController::removeType()

File

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

Code

function scald_remove_type($type) {
  return ScaldAtomController::removeType($type);
}