Further modules included.
[yaffs-website] / web / modules / contrib / drupalmoduleupgrader / templates / OutboundPathProcessor.html.twig
1 /**
2  * @file
3  * Contains \Drupal\{{ module }}\OutboundPathProcessor.
4  */
5
6 namespace Drupal\{{ module }};
7
8 use Drupal\Core\PathProcessor\OutboundPathProcessorInterface;
9
10 use Symfony\Component\HttpFoundation\Request;
11
12 class OutboundPathProcessor implements OutboundPathProcessorInterface {
13
14 }