This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Twig
2012-05-25 12:34:16 +02:00
..
Extension fixed phpdoc @param alignment 2012-05-15 22:19:31 +02:00
Node [Form] Alternate syntax for form_theme 2012-03-13 14:48:30 +01:00
NodeVisitor [TwigBridge] added a way to specify a default domain for a Twig template (via the 'trans_default_domain' tag) 2012-01-02 17:48:19 +01:00
Resources/views/Form added the possibility to translate the placeholder and title attributes in the PHP form templates (refs #4194) 2012-05-22 12:23:06 +02:00
Tests [Form] Reversed the order of $type and $name in FormFactory::createNamed[Builder]() 2012-05-25 12:34:16 +02:00
TokenParser fixed phpdoc @param alignment 2012-05-15 22:19:31 +02:00
Translation [TwigBridge] rewrote the Twig translation extractor 2011-09-23 09:38:20 +02:00
.gitignore [TwigBridge] Switched to composer 2012-05-12 18:56:48 +02:00
CHANGELOG.md [TwigBridge] added CHANGELOG 2012-04-26 22:38:50 +02:00
composer.json [TwigBridge] Switched to composer 2012-05-12 18:56:48 +02:00
LICENSE added missing LICENSE files 2012-05-18 19:00:00 +02:00
phpunit.xml.dist [TwigBridge] Switched to composer 2012-05-12 18:56:48 +02:00
README.md [TwigBridge] Switched to composer 2012-05-12 18:56:48 +02:00
TwigEngine.php fixed CS 2012-04-07 09:10:50 +02:00

Twig Bridge

Provides integration for Twig with various Symfony2 components.

Resources

If you want to run the unit tests, install dev dependencies before running PHPUnit:

php composer.phar install --dev

phpunit