interface Twig_Extension_InitRuntimeInterface in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php \Twig_Extension_InitRuntimeInterface
Enables usage of the deprecated Twig_Extension::initRuntime() method.
Explicitly implement this interface if you really need to implement the deprecated initRuntime() method in your extensions.
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- interface \Twig_Extension_InitRuntimeInterface
Expanded class hierarchy of Twig_Extension_InitRuntimeInterface
All classes that implement Twig_Extension_InitRuntimeInterface
File
- vendor/
twig/ twig/ lib/ Twig/ Extension/ InitRuntimeInterface.php, line 20
View source
interface Twig_Extension_InitRuntimeInterface {
}