You are here

public function UrlMatcher::addExpressionLanguageProvider in Zircon Profile 8

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

File

vendor/symfony/routing/Matcher/UrlMatcher.php, line 115

Class

UrlMatcher
UrlMatcher matches URL based on a set of routes.

Namespace

Symfony\Component\Routing\Matcher

Code

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