You are here

function termstatus_test_vocabulary_load in Taxonomy Term Status 7

Return the vocabulary object.

File

tests/termstatus_test.module, line 25
Taxonomy term status test stub module.

Code

function termstatus_test_vocabulary_load($vid) {
  return taxonomy_vocabulary_load($vid);
}