Skip to main content
Category:

Code snippet that can be used to add link field to form in drupal 8.

$form['actions']['preview'] = [
  '#type' => 'link',
  '#title' => $this->t('Preview'),
  "#weight" => 1,
  '#url' => Url::fromRoute('content.newsletter.preview'),
  '#attributes' => ['target' => '_blank', 'class'=> 'button button--primary js-form-submit form-submit'],
];

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook