I created a module for Drupal 8.6. I have a variable $store_id
with the id of a store
How do I insert $store_id
into the folowing link:
Url::fromUri('internal:/store/?????/cgv', $attributes)
For example when $store_id = 6 I want to get:
internal:/store/6/cgv
as the argument to Url::fromUri