' . t('About') . ''; $output .= '
' . t('Provides a library to easily integrate with the Lime Survey API') . '
'; return $output; default: } } /** * Implements hook_theme(). */ function limesurvey_theme() { return [ 'limesurvey' => [ 'render element' => 'children', ], ]; }