You are here

interface Twig_Extension_GlobalsInterface in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php \Twig_Extension_GlobalsInterface

Enables usage of the deprecated Twig_Extension::getGlobals() method.

Explicitly implement this interface if you really need to implement the deprecated getGlobals() method in your extensions.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of Twig_Extension_GlobalsInterface

All classes that implement Twig_Extension_GlobalsInterface

File

vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php, line 20

View source
interface Twig_Extension_GlobalsInterface {

}

Members