Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

URL parameters in plugin

Solved by Claud Rusnac View solution

Started by Claud Rusnac 8 years ago · 2 replies · 812 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 complanar, 6 days ago
6 139 16 hours ago
Support · by Rick Beebe, 6 days ago
2 100 2 days ago
Support · by blu3prince, 3 days ago
0 51 3 days ago
Support · by alex, 4 days ago
2 92 3 days ago
Support · by Marcel, 2 weeks ago
1 143 4 days ago