You are here

function scald_scald_contexts in Scald: Media Management made easy 7

Implements hook_scald_contexts().

File

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

Code

function scald_scald_contexts() {
  return array_merge(_scald_system_contexts(), variable_get('scald_custom_contexts', array()));
}