Skip to main content
Category:

Short snippet that shows how to get url parameters in drupal 8.

to get query parameter form the url, you can us the following.

If you have the url for example /page?uid=123&num=452

To get all params, use: 

$param = \Drupal::request()->query->all();

To get "uid" from the url, use:

$uid = \Drupal::request()->query->get('uid');

To get "num" from the url, use:

$num = \Drupal::request()->query->get('num');

 

 

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook