class Twig_Extension_Core

Hierarchy

Expanded class hierarchy of Twig_Extension_Core

File

drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php, line 15

View source

Members

Namesort descending Modifiers Type Description Overrides
Twig_Extension_Core::$dateFormats protected property
Twig_Extension_Core::$numberFormat protected property
Twig_Extension_Core::$timezone protected property
Twig_Extension_Core::getDateFormat public function Gets the default format to be used by the date filter.
Twig_Extension_Core::getFilters public function Returns a list of filters to add to the existing list.
Twig_Extension_Core::getFunctions public function Returns a list of global functions to add to the existing list.
Twig_Extension_Core::getName public function Returns the name of the extension.
Twig_Extension_Core::getNumberFormat public function Get the default format used by the number_format filter.
Twig_Extension_Core::getOperators public function Returns a list of operators to add to the existing list.
Twig_Extension_Core::getTestNodeClass protected function
Twig_Extension_Core::getTests public function Returns a list of tests to add to the existing list.
Twig_Extension_Core::getTimezone public function Gets the default timezone to be used by the date filter.
Twig_Extension_Core::getTokenParsers public function Returns the token parser instance to add to the existing list.
Twig_Extension_Core::parseNotTestExpression public function
Twig_Extension_Core::parseTestExpression public function
Twig_Extension_Core::setDateFormat public function Sets the default format to be used by the date filter.
Twig_Extension_Core::setNumberFormat public function Sets the default format to be used by the number_format filter.
Twig_Extension_Core::setTimezone public function Sets the default timezone to be used by the date filter.