drupalmoduleupgrader-8.x-1.5/templates/OutboundPathProcessor.html.twig
templates/OutboundPathProcessor.html.twig
/**
* @file
* Contains \Drupal\{{ module }}\OutboundPathProcessor.
*/
namespace Drupal\{{ module }};
use Drupal\Core\PathProcessor\OutboundPathProcessorInterface;
use Symfony\Component\HttpFoundation\Request;
class OutboundPathProcessor implements OutboundPathProcessorInterface {
}
