From 29ac5a45d7288a8fc92ff4216d187fb98fcec423 Mon Sep 17 00:00:00 2001 From: Jitesh Jhamtani <60418-jitesh@users.noreply.drupalcode.org> Date: Tue, 17 Jan 2023 20:03:28 +0000 Subject: [PATCH] Update twig_tweak.module --- twig_tweak.module | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/twig_tweak.module b/twig_tweak.module index 8b13789..d9ef036 100644 --- a/twig_tweak.module +++ b/twig_tweak.module @@ -1 +1,25 @@ +' . (string) new TranslatableMarkup('About') . ''; + $output .= '
' . (string) new TranslatableMarkup('Twig Tweak is a small module which provides a Twig extension with some useful functions and filters that can improve development experience.') . '
'; + $output .= '' . (string) new TranslatableMarkup('You can click on the links below for more information about this module.') . '
'; + $output .= '
' . (string) new TranslatableMarkup('Project page', [ + ':project_link' => 'https://www.drupal.org/project/twig_tweak', + ]) . '
'; + return $output; + } +}