Drupal 8 - Link erstellen

Ganz Oben in Controller:

use Drupal\Core\Link;
use Drupal\Core\Url;

In Funktion:

$url = Url::fromUserInput('/path/to/content'); $link = Link::fromTextAndUrl(t('Link Title'), $url)->toString();

 

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare