Created
January 5, 2017 14:10
-
-
Save aczietlow/21901e3266f97fb7ee5730f8c6bd0796 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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