You are here

OutboundPathProcessor.html.twig in Drupal 7 to 8/9 Module Upgrader 8

Contains \Drupal\{{ module }}\OutboundPathProcessor.

File

templates/OutboundPathProcessor.html.twig
View source
  1. /**
  2. * @file
  3. * Contains \Drupal\{{ module }}\OutboundPathProcessor.
  4. */
  5. namespace Drupal\{{ module }};
  6. use Drupal\Core\PathProcessor\OutboundPathProcessorInterface;
  7. use Symfony\Component\HttpFoundation\Request;
  8. class OutboundPathProcessor implements OutboundPathProcessorInterface {
  9. }