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

Breadcrumb

  1. Drupal Core 11.1.x
  2. CallExpression.php

function CallExpression::reflectCallable

2 calls to CallExpression::reflectCallable()
CallExpression::compileCallable in vendor/twig/twig/src/Node/Expression/CallExpression.php
CallExpression::getCallableParameters in vendor/twig/twig/src/Node/Expression/CallExpression.php

File

vendor/twig/twig/src/Node/Expression/CallExpression.php, line 312

Class

CallExpression

Namespace

Twig\Node\Expression

Code

private function reflectCallable(TwigCallableInterface $callable) : ReflectionCallable {
    if (!$this->reflector) {
        $this->reflector = new ReflectionCallable($callable);
    }
    return $this->reflector;
}

API Navigation

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