26 public function load($class);
29 class_alias(
'Twig_RuntimeLoaderInterface',
'Twig\RuntimeLoader\RuntimeLoaderInterface',
false);
Creates runtime implementations for Twig elements (filters/functions/tests).
load($class)
Creates the runtime implementation of a Twig element (filter/function/test).