- Issue created by @kopeboy
- 🇫🇷France erwangel
Also I would be nice to set the link in a container so we can theme it easier.
// Assemble elements into a link render array. $element = [ '#type' => 'link', '#title' => $this->options['label'], '#url' => $url, '#options' => [ 'attributes' => ['class' => $classes], ], // Add wrapper '#prefix' => '<div class="$some_classes">, '#suffix' => '</div>', // '#access' => $access, ];