You are here

function widgets_get_cache_scope in Widgets 7

File

./widgets.module, line 1058
Exposes global functionality for creating widget sets.

Code

function widgets_get_cache_scope($name) {
  return _widgets_cache_scope($name);
}