You are here

interface ContextProviderInterface in Persistent URL 8

Hierarchy

Expanded class hierarchy of ContextProviderInterface

All classes that implement ContextProviderInterface

File

src/Plugin/Purl/Context/ContextProviderInterface.php, line 5

Namespace

Drupal\purl\Plugin\Purl\Context
View source
interface ContextProviderInterface {
  public function createContext(Request $request, $identifier, $value);

}

Members