I use taxonomy_breadcrumb_get_term_path and taxonomy_breadcrumb_get_vocabulary_path functions all the time in my code. As of the 6.1 release it looks like these functions were made private. I would love to see these made public again. Attached is a patch that does that.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Haza’s picture

Status: Needs review » Closed (works as designed)

It is just a convention. PHP don't support private function by prefixing them with a "_"

Usually, this just made to tell people "this is an internal/helper function, you shouldn't use it."