You are here

function spaces_gid in Spaces 5

33 calls to spaces_gid()
spaces_announce_form_alter in spaces_announce/spaces_announce.module
Implementation of hook_form_alter.
spaces_announce_group_save in spaces_announce/spaces_announce.module
After build handler for announcement node forms.
spaces_announce_nodeapi in spaces_announce/spaces_announce.module
Implementation of hook_nodeapi
spaces_casetracker_block in spaces_casetracker/spaces_casetracker.module
Implementation of hook_block()
spaces_casetracker_form_alter in spaces_casetracker/spaces_casetracker.module
Implementation of hook_form_alter()

... See full list

File

./spaces.module, line 729

Code

function spaces_gid() {
  return context_get('spaces', 'gid');
}