Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 7a779792577d |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
31 private $signer; | 31 private $signer; |
32 private $templating; | 32 private $templating; |
33 private $charset; | 33 private $charset; |
34 | 34 |
35 /** | 35 /** |
36 * Constructor. | |
37 * | |
38 * @param EngineInterface|Environment $templating An EngineInterface or a Twig instance | 36 * @param EngineInterface|Environment $templating An EngineInterface or a Twig instance |
39 * @param UriSigner $signer A UriSigner instance | 37 * @param UriSigner $signer A UriSigner instance |
40 * @param string $globalDefaultTemplate The global default content (it can be a template name or the content) | 38 * @param string $globalDefaultTemplate The global default content (it can be a template name or the content) |
41 * @param string $charset | 39 * @param string $charset |
42 */ | 40 */ |