The type param doesn't seem to exist anymore, but is still in the docs.

Comments

johanneshahn’s picture

Assigned: Unassigned » johanneshahn
Category: bug » task
Status: Active » Needs review
StatusFileSize
new779 bytes

is it really a bug or?

Status: Needs review » Needs work

The last submitted patch failed testing.

JacobSingh’s picture

Component: update system » taxonomy.module
Category: task » bug

Thanks!

I think the patch needs a re-roll, otherwise correct.

And yes, doc bugs are bugs.

johanneshahn’s picture

StatusFileSize
new779 bytes

hope it works

johanneshahn’s picture

StatusFileSize
new779 bytes

try again

johanneshahn’s picture

Status: Needs work » Needs review
StatusFileSize
new779 bytes

try again

Status: Needs review » Needs work

The last submitted patch failed testing.

johanneshahn’s picture

Status: Needs work » Needs review
StatusFileSize
new779 bytes

what a

Status: Needs review » Needs work

The last submitted patch failed testing.

sivaji_ganesh_jojodae’s picture

Status: Needs work » Fixed

The recent code base has everything in place.

/**
 * Return an array of all vocabulary objects.
 *
 * @return
 *   An array of all vocabulary objects, indexed by vid.
 */
function taxonomy_get_vocabularies() {
  return taxonomy_vocabulary_load_multiple(FALSE, array());
}

Marking this issue as fixed.

johanneshahn’s picture

fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.