Searched defs:interface (Results 1 – 2 of 2) sorted by relevance
31 public static function getClassImplementingInterface(string $interface): array51 public static function getObjectImplementingInterface(string $interface): array
56 …$interface = $parser instanceof PrefixExpressionParserInterface ? PrefixExpressionParserInterface:… variable in Twig\\ExpressionParser\\ExpressionParsers85 public function getByName(string $interface, string $name): ?ExpressionParserInterface