You are here

public function PhpMatcherDumper::addExpressionLanguageProvider in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php \Symfony\Component\Routing\Matcher\Dumper\PhpMatcherDumper::addExpressionLanguageProvider()

File

vendor/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php, line 87

Class

PhpMatcherDumper
PhpMatcherDumper creates a PHP class able to match URLs for a given set of routes.

Namespace

Symfony\Component\Routing\Matcher\Dumper

Code

public function addExpressionLanguageProvider(ExpressionFunctionProviderInterface $provider) {
  $this->expressionLanguageProviders[] = $provider;
}