damc
Results
2
comments of
damc
I second this idea. Something like that would be useful to me as well. "It's certainly doable. But @lurch is correct, you can probably get something up and running surprisingly...
Answering to myself: I think it can be done like this: ```PHP $request = $this->getContext()->getRequest(); $some_value = $request->query->get('some_value'); ``` I haven't tested that yet though. In other words, the feature...