Skip to content

Instantly share code, notes, and snippets.

@aczietlow
Created January 5, 2017 14:10
Show Gist options
  • Save aczietlow/21901e3266f97fb7ee5730f8c6bd0796 to your computer and use it in GitHub Desktop.
Save aczietlow/21901e3266f97fb7ee5730f8c6bd0796 to your computer and use it in GitHub Desktop.
<?php
$form[$bundle . '_fieldset']['markup'] = [
'#title' => t("Generated Markup"),
'#prefix' => '<xmp id="snippet-container">',
'#markup' => _my_custom_module_get_markup($bundle),
'#suffix' => '</xmp>',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment