Displaying 1 result from an estimated 1 matches for "vquery".
Did you mean:
query
2013 Sep 13
0
Refactoring my modules and moving from 2.7.x to 3.3 and have a few questions
...realized) or do an instance_eval to
directly access the private collection method, followed by a map/collect to
convert the selected resource into a hash, and return a entirely
constructed array composed of said hashes. I was never quite able to
figure out how I was supposed to pass in equery/vquery, so I wound up
re-implementing those and the whole thing is pretty inefficient and a bit
dangerous.
All I really need to be able to do is collect say, all exported resources
of type foo with target bar into an array so I can iterate through it in
some of my templates where a provider is overki...