Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal