You are here

function og_vocab_service_get_group in OG Vocabulary 6

Service callback; Returns the group ID associated with a vocabulary ID.

1 string reference to 'og_vocab_service_get_group'
og_vocab_service in ./og_vocab.services.inc
Implementation of hook_service().

File

./og_vocab.services.inc, line 58
Integration of services module with og_vocab module.

Code

function og_vocab_service_get_group($vid) {
  return og_vocab_get_group($vid);
}