Hi peeps, I need help trying to sort something out. At the moment I create a dynamic vocabulary where terms are added intermittently, is there a way to order a SimpleVocabulary..? I can't find any documentation which suggests this is possible...
At most places where you typically use a "vocabulary" , you can instead use a "vocabulary factory", i.e. a function which returs a vocabulary (the function must provide a specific interface). This factory can order the terms as needed and then wrap the ordered term list into a vocabulary.