Skip to content
Grav 2.0 is officially stable. Read the announcement →
Support

URL parameters in plugin

Solved by Claud Rusnac View solution

Started by Claud Rusnac 8 years ago · 2 replies · 733 views
8 years ago

I am trying to capture a url parameter as a variable in a plugin, but my current method doesn't seem to work.

my url parameter http://mysite.com/filter/role:data-owner

accessing the url parameter $this->grav['uri.param']

Help please.

8 years ago

@crusnac You might try the following:

PHP
$this->grav['uri']->param('role');

'param()' is a method of class Uri.

8 years ago Solution

Thanks, I was able to use $this->grav['uri']->params(); for my needs.

Suggested topics

Topic Participants Replies Views Activity
Support · by Anna, 17 hours ago
1 49 10 hours ago
Support · by gtx, 1 week ago
4 227 2 days ago
Support · by Paul Hodges, 2 weeks ago
13 277 5 days ago
Support · by Anna, 3 weeks ago
9 335 1 week ago
Support · by TomW, 2 weeks ago
4 188 2 weeks ago