' . t('About') . ''; $output .= '

' . t('Importing fest content type') . '

'; return $output; default: } } /** * Implements hook_theme(). */ function fest_theme() { return [ 'fest' => [ 'render element' => 'children', ], ]; }