You are here

function spaces_init_context in Spaces 5

Same name and namespace in other branches
  1. 5.2 spaces.module \spaces_init_context()
  2. 6 spaces.module \spaces_init_context()
  3. 6.2 spaces.module \spaces_init_context()

Context prefix provider callback

1 string reference to 'spaces_init_context'
spaces_context_prefix_provider in ./spaces.module

File

./spaces.module, line 44

Code

function spaces_init_context($gid) {
  context_set('spaces', 'gid', $gid);
}