You are here

function og_vocab_service_get_vocabularies in OG Vocabulary 6

Service callback; Returns the vocabularies associated with a group.

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

File

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

Code

function og_vocab_service_get_vocabularies($nid) {
  return og_vocab_get_vocabularies($nid);
}