Answers for "drupal get url param"

0

drupal 8 get argument from url

$current_path = substr(\Drupal::service('path.current')->getPath(), 1);
$path_args = explode('/', $current_path);
Posted by: Guest on November-05-2020

Browse Popular Code Answers by Language