You are here

public function MethodInterface::contains in Persistent URL 8

2 methods override MethodInterface::contains()
PathPrefixMethod::contains in src/Plugin/Purl/Method/PathPrefixMethod.php
SubdomainMethod::contains in src/Plugin/Purl/Method/SubdomainMethod.php

File

src/Plugin/Purl/Method/MethodInterface.php, line 10

Class

MethodInterface

Namespace

Drupal\purl\Plugin\Purl\Method

Code

public function contains(Request $request, $modifier);