Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ExpressionLanguageProvider.php
function ExpressionLanguageProvider::get
File
vendor/
symfony/
routing/
Matcher/
ExpressionLanguageProvider.php
, line 45
Class
ExpressionLanguageProvider
Exposes functions defined in the request context to route conditions.
Namespace
Symfony\Component\Routing\Matcher
Code
public
function
get
(string
$function
) : callable {
return
$this
->
functions
->
get
(
$function
); }
RSS feed