Home
last modified time | relevance | path

Searched refs:TwigCallableInterface (Results 1 – 5 of 5) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Util/
DReflectionCallable.php14 use Twig\TwigCallableInterface; alias
28 TwigCallableInterface $twigCallable,
DCallableArgumentsExtractor.php20 use Twig\TwigCallableInterface; alias
33 private TwigCallableInterface $twigCallable,
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DCallExpression.php18 use Twig\TwigCallableInterface; alias
325 private function reflectCallable(TwigCallableInterface $callable): ReflectionCallable
339 public static function needsIsSandboxed(TwigCallableInterface $twigCallable): bool
345 …d will be part of the "%s" interface in 4.0.', $twigCallable::class, TwigCallableInterface::class);
355 private function getTwigCallable(): TwigCallableInterface
/template/twigstarter/vendor/twig/twig/src/
DTwigCallableInterface.php19 interface TwigCallableInterface extends \Stringable interface
DAbstractTwigCallable.php17 abstract class AbstractTwigCallable implements TwigCallableInterface