Answers for "drupal form api button"

0

drupal form api button

$form['actions']['preview'] = array(
  '#type' => 'button',
  '#value' => $this
    ->t('Preview'),
);
Posted by: Guest on April-28-2022

Browse Popular Code Answers by Language