Skip to main content
Category:

Code snippet that can be used to get value from url query in Drupal 8.

Suppose your url is as follow:

example.com/url?id=2&name=alex

you can use \Drupal::request()->query->get('NAME_PARAMETER');

Examples

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

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