You are here

function widgets_set_cache_scope in Widgets 7

File

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

Code

function widgets_set_cache_scope($name, $scope) {
  return _widgets_cache_scope($name, $scope, 'set');
}