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/Component/Templating
Nicolas Grekas 7183c59c20 Merge branch '4.0'
* 4.0:
  Remove symfony/polyfill-ctype where not needed
  Use symfony/polyfill-ctype
  [Form] fixes instance variable phpdoc in FormRegistry class
  bumped Symfony version to 4.0.10
  updated VERSION for 4.0.9
  updated CHANGELOG for 4.0.9
  bumped Symfony version to 3.4.10
  updated VERSION for 3.4.9
  updated CHANGELOG for 3.4.9
2018-05-01 16:02:13 -07:00
..
Helper fixed some deprecation messages 2017-12-31 05:27:30 +01:00
Loader [2.7][DX] Use constant message contextualisation for deprecations 2017-12-20 15:36:51 +01:00
Storage Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Tests Merge branch '2.8' into 3.3 2017-12-12 12:20:26 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Templating] Update changelog 2014-03-31 15:27:29 +02:00
composer.json Merge branch '4.0' 2018-05-01 16:02:13 -07:00
DelegatingEngine.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
EngineInterface.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
PhpEngine.php fixed some deprecation messages 2017-12-31 06:12:25 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
StreamingEngineInterface.php [Templating] fix logic regarding template references and many phpdocs 2013-10-01 14:37:05 +02:00
TemplateNameParser.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
TemplateNameParserInterface.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
TemplateReference.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
TemplateReferenceInterface.php fixed @return when returning this or static 2016-12-27 08:23:47 +01:00

Templating Component

The Templating component provides all the tools needed to build any kind of template system.

It provides an infrastructure to load template files and optionally monitor them for changes. It also provides a concrete template engine implementation using PHP with additional tools for escaping and separating templates into blocks and layouts.

Resources