You are here

ContextProviderInterface.php in Persistent URL 8

File

src/Plugin/Purl/Context/ContextProviderInterface.php
View source
<?php

namespace Drupal\purl\Plugin\Purl\Context;

interface ContextProviderInterface {
  public function createContext(Request $request, $identifier, $value);

}

Interfaces