You are here

public function PurlContextOutboundPathProcessor::__construct in Persistent URL 8

File

src/PathProcessor/PurlContextOutboundPathProcessor.php, line 24

Class

PurlContextOutboundPathProcessor

Namespace

Drupal\purl\PathProcessor

Code

public function __construct(MethodPluginManager $methodManager) {
  $this->methodManager = $methodManager;
}