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
Andrea Ruggiero 9e6baee9f3
Remove full head content in HTML to text converter
When extracting text from HTML part all the content between opening and closing tag should be removed
2021-01-04 22:15:57 +01:00
..
Command Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
DataCollector Fix some \Throwable support remaining issues 2019-11-12 18:18:47 +01:00
ErrorRenderer Fix quotes in exception messages 2020-03-16 12:24:17 +01:00
Extension CS: Apply ternary_to_null_coalescing fixer 2020-12-27 00:49:32 +01:00
Form Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Mime Remove full head content in HTML to text converter 2021-01-04 22:15:57 +01:00
Node CS: Apply ternary_to_null_coalescing fixer 2020-12-27 00:49:32 +01:00
NodeVisitor Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01:00
Resources/views Merge branch '3.4' into 4.4 2020-10-24 13:50:19 +02:00
Tests Remove full head content in HTML to text converter 2021-01-04 22:15:57 +01:00
TokenParser Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Translation Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AppVariable.php cs fix 2019-08-20 16:41:44 +02:00
CHANGELOG.md [ErrorHandler] help finish the PR 2019-11-12 10:04:13 +01:00
composer.json ignore the pattern attribute for textareas 2020-11-17 17:25:11 +01:00
LICENSE Bump license year 2021-01-01 10:24:35 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md fixed Twig URL 2018-04-20 08:14:58 +02:00
TwigEngine.php Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
UndefinedCallableHandler.php Add types to constructors and private/final/internal methods (Batch III) 2019-10-07 13:33:25 +02:00

Twig Bridge

Provides integration for Twig with various Symfony components.

Resources