Answers for "drupal 8 fieldlink"

0

drupal 8 type link

use DrupalCoreUrl;

$rendable_link = [
  '#type' => 'link',
  '#title' => $this->t('Link title'),
  '#url' => Url::fromRoute('YOUR_ROUTE'),
];
Posted by: Guest on October-15-2020

Browse Popular Code Answers by Language