Drupal 8 $ GET

[Solved] Drupal 8 $ GET | Php Frameworks Drupal - Code Explorer | yomemimo.com
Question : drupal 8 $_GET

Answered by : cooperative-cormorant-hipqs32x42w2

//$_GET
$name = \Drupal::request()->query->get('name');
//$_POST
$name = \Drupal::request()->request->get('name'); // form param

Source : https://drupal.stackexchange.com/questions/207044/how-to-get-post-and-get-parameters | Last Update : Wed, 12 Jan 22

Answers related to drupal 8 $ GET

Code Explorer Popular Question For Php Frameworks Drupal