X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fdrupalmoduleupgrader%2Ftemplates%2FController.html.twig;fp=web%2Fmodules%2Fcontrib%2Fdrupalmoduleupgrader%2Ftemplates%2FController.html.twig;h=fc045ddc08af8cde985a78acbf49e111ac6a690a;hp=0000000000000000000000000000000000000000;hb=8acec36f19c470dfcda1ae2336826a782f41874c;hpb=e0411c4e83ba0d079034db83c3f7f55be24a0e35 diff --git a/web/modules/contrib/drupalmoduleupgrader/templates/Controller.html.twig b/web/modules/contrib/drupalmoduleupgrader/templates/Controller.html.twig new file mode 100644 index 000000000..fc045ddc0 --- /dev/null +++ b/web/modules/contrib/drupalmoduleupgrader/templates/Controller.html.twig @@ -0,0 +1,15 @@ +/** + * @file + * Contains \Drupal\{{ module }}\Controller\DefaultController. + */ + +namespace Drupal\{{ module }}\Controller; + +use Drupal\Core\Controller\ControllerBase; + +/** + * Default controller for the {{ module }} module. + */ +class DefaultController extends ControllerBase { + +}