Skip to content

Instantly share code, notes, and snippets.

@jenlampton
Created February 14, 2019 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jenlampton/8319f33e854b4872110f598ed81f280b to your computer and use it in GitHub Desktop.
Save jenlampton/8319f33e854b4872110f598ed81f280b to your computer and use it in GitHub Desktop.
$form['warning'] = array(
'#type' => 'help',
'#display' => 'warning',
'#markup' => t('this is a warning!'),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment