class Twig_Extension_Escaper

Hierarchy

Expanded class hierarchy of Twig_Extension_Escaper

File

drupal/core/vendor/twig/twig/lib/Twig/Extension/Escaper.php, line 11

View source

Members

Namesort descending Modifiers Type Description Overrides
Twig_Extension_Escaper::$defaultStrategy protected property
Twig_Extension_Escaper::getDefaultStrategy public function Gets the default strategy to use when not defined by the user.
Twig_Extension_Escaper::getFilters public function Returns a list of filters to add to the existing list.
Twig_Extension_Escaper::getName public function Returns the name of the extension.
Twig_Extension_Escaper::getNodeVisitors public function Returns the node visitor instances to add to the existing list.
Twig_Extension_Escaper::getTokenParsers public function Returns the token parser instances to add to the existing list.
Twig_Extension_Escaper::setDefaultStrategy public function Sets the default strategy to use when not defined by the user.
Twig_Extension_Escaper::__construct public function