I just installed a new Drupal 8. I have php scripts that use the php filter (I don’t need the lecture..) and I need to move these to D8. I am trying to find the silver bullet to make $ _POST and $ _GET work. I have tried: <?php $ mode = \Drupal::request()->query->get(‘mode’); echo(“mode=$ mode”);Read more